diff options
author | Tobias Weimer <tweimer@users.noreply.github.com> | 2017-07-17 18:40:13 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-07-17 19:40:13 +0300 |
commit | 4d390e5e6fa7f4d29f5c379d529993a7a656ae50 (patch) | |
tree | 6a6495c3bebb6eb14ff5b73821418d45277f9574 /ISSUE_TEMPLATE.md | |
parent | 453aa76cab5bd4c6ad4a63a4576805c9b7bf51f7 (diff) |
Add a CONTRIBUTING.md to our Github site (#861)
* Create CONTRIBUTING.md
* Update CONTRIBUTING.md
* Create ISSUE_TEMPLATE.md
* Update ISSUE_TEMPLATE.md
* Update CONTRIBUTING.md
Use a clean profile or make a backup of your working profile. It may not be possible to downgrade without data loss!
Diffstat (limited to 'ISSUE_TEMPLATE.md')
-rw-r--r-- | ISSUE_TEMPLATE.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..6a93bcbafa --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,12 @@ +### Expected behaviour +What did you expect? + +### Actual behaviour +What did you get instead? + +### Steps to reproduce that behaviour + * provide step-by-step instructions so we can reproduce the issue (We can't fix what we can't reproduce). + * Attach your VersionInfo. + * Attach a crash report if you are experiencing crashes (It includes VersionInfo as well). + * Attach a network log captured if you are experiencing connectivity issues. + * If Miranda freezes, hangs up or consumes CPU, attach information obtained by Process Explorer tool. |