Skip to content

Commit 91fa746

Browse files
Ricardo van Zutphenjbremer
Ricardo van Zutphen
authored andcommittedFeb 17, 2018
Update links in issue/PR templates etc
1 parent c6d3c7b commit 91fa746

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed
 

‎docs/book/introduction/community.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Reporting bugs, errors, and unexpected behavior
3232
-----------------------------------------------
3333

3434
You notice a bug, see an error or behavior you did not expect and want to report it to us? That is great, thanks in advance!
35-
Before you report it, please see our `FAQ <http://docs.cuckoosandbox.org/en/latest/faq/>`_. Common issues and their solutions are already mentioned here.
35+
Before you report it, please see our `FAQ <https://cuckoo.sh/docs/faq>`_. Common issues and their solutions are already mentioned here.
3636
You may also find a solution by `searching existing issues <https://www.google.com/search?q=site:github.com/cuckoosandbox/cuckoo/issues>`_.
3737

3838
You can also contact us using any of the methods mentioned at `cuckoosandbox.org/discussion <https://cuckoosandbox.org/discussion>`_.
@@ -41,7 +41,8 @@ Now, if you do create an issue, it is very useful if you do and include the foll
4141

4242
* **Use a descriptive issue title**
4343

44-
* **Try to reproduce it**
44+
* **Try to reproduce your issue**
45+
- How can we reproduce it?
4546

4647
* **What where you doing with Cuckoo Sandbox?**
4748
- Submitting a task, waiting for a result, adding a module etc.
@@ -55,7 +56,7 @@ Now, if you do create an issue, it is very useful if you do and include the foll
5556
* **What happened?**
5657
- Try to explain what happened in detail. (This makes it possible for us to reproduce, confirm, and fix the issue)
5758
- For errors etc, please include the log with this error. Preferably with a link to an online paste service
58-
- If you can, include the file being analysed by Cuckoo or a file hash
59+
- If you can, include a hash of the file being analyzed by Cuckoo
5960

6061
* **What did you try to do so far?**
6162
- If you tried to do anything to fix it, please include what you tried.
@@ -80,7 +81,7 @@ When creating a feature request/suggestion, include the following if it applies:
8081
Asking questions
8182
----------------
8283

83-
Have a question about Cuckoo Sandbox? Maybe it has already been asked. Please see our `FAQ <http://docs.cuckoosandbox.org/en/latest/faq/>`_ and `documentation <http://docs.cuckoosandbox.org/en/latest/>`_ first.
84+
Have a question about Cuckoo Sandbox? Maybe it has already been asked. Please see our `FAQ <https://cuckoo.sh/docs/faq>`_ and `documentation <https://cuckoo.sh/docs>`_ first.
8485

8586
Did not find your answer? Feel free to contact us using any of the methods mentioned `here <https://cuckoosandbox.org/discussion>`_, or by creating an issue.
8687

@@ -91,7 +92,7 @@ It is very easy to get started:
9192

9293
1. Fork `our repository <https://github.com/cuckoosandbox/cuckoo>`_
9394

94-
2. Take a look at our `development documentation <http://docs.cuckoosandbox.org/en/latest/development/>`_ for guidelines and tips
95+
2. Take a look at our `development documentation <https://cuckoo.sh/docs/development>`_ for guidelines and tips
9596

9697
3. Make the changes that you want to contribute
9798

‎docs/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Please read our **[community guidelines](http://docs.cuckoosandbox.org/en/latest/introduction/community)** if you never have. Do this __before__ you create an issue or pull request.
1+
Please take a look at our **[community guidelines](https://cuckoo.sh/docs/introduction/community.html)** if you never have. Do this __before__ you create an issue or pull request.

‎docs/issue_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Thanks for creating an issue! But first: did you read our community guidelines?
2-
http://docs.cuckoosandbox.org/en/latest/introduction/community
2+
https://cuckoo.sh/docs/introduction/community.html
33

44
##### My issue is:
55

‎docs/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Thanks for contributing! But first: did you read our community guidelines?
2-
http://docs.cuckoosandbox.org/en/latest/introduction/community
2+
https://cuckoo.sh/docs/introduction/community.html
33

44
##### What I have added/changed is:
55

0 commit comments

Comments
 (0)
Please sign in to comment.