1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #3110

kehugter (2):
      style: enhance and reformat issue template
      style: edit issue template, move it to .github dir
This commit is contained in:
Zetok Zalbavar 2016-04-08 20:41:39 +01:00
commit d58922c667
No known key found for this signature in database
GPG Key ID: C953D3880212068A
3 changed files with 38 additions and 36 deletions

32
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,32 @@
##### Brief Description
OS: Windows / OS X / Linux (include version and/or distro)
qTox version: (version numbers in menu `Settings → About`)
Commit hash:
toxcore:
Qt:
Hardware:
Reproducible: Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce
##### Steps to reproduce
1.
2.
3. …
##### Observed Behavior
##### Expected Behavior
##### Additional Info
(links, images, etc go here)
----
More information on how to write good bug reports in the wiki: https://github.com/tux3/qTox/wiki/Writing-Useful-Bug-Reports.
Please remove any unnecessary template section before submitting.

View File

@ -4,14 +4,13 @@
* If you aren't sure, you can ask on the [**IRC channel**](https://webchat.freenode.net/?channels=qtox) or read our [**wiki**](https://github.com/tux3/qTox/wiki) first. * If you aren't sure, you can ask on the [**IRC channel**](https://webchat.freenode.net/?channels=qtox) or read our [**wiki**](https://github.com/tux3/qTox/wiki) first.
* Do a quick **search**. Others might have already reported the issue. * Do a quick **search**. Others might have already reported the issue.
* Write in **English**! * Write in **English**!
* Provide **version** information: (You can find version numbers in menu `Settings → About`) * Provide **version** information (you can find version numbers in menu `Settings → About`):
``` ```
qTox: OS:
qTox version:
Commit hash: Commit hash:
toxcore: toxcore:
Qt: Qt:
OS version:
``` ```
* Provide **steps** to reproduce the problem, it will be easier to pinpoint the fault. * Provide **steps** to reproduce the problem, it will be easier to pinpoint the fault.
* **Screenshots**! A screenshot is worth a thousand words. Just upload it. [(How?)](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests) * **Screenshots**! A screenshot is worth a thousand words. Just upload it. [(How?)](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests)
@ -25,7 +24,7 @@ OS version:
# Opening a pull request # Opening a pull request
### Must read ### Must read
* Use **[commit message format](#commit-message-format)**. * Use [**commit message format**](#commit-message-format).
* Read our [**coding guidelines**](https://github.com/tux3/qTox/wiki/Coding). * Read our [**coding guidelines**](https://github.com/tux3/qTox/wiki/Coding).
* Keep the title **short** and provide a **clear** description about what your pull request does. * Keep the title **short** and provide a **clear** description about what your pull request does.
* Provide **screenshots** for UI related changes. * Provide **screenshots** for UI related changes.

View File

@ -1,29 +0,0 @@
Brief description:
Operating System: Windows / OS X / Linux (include version and/or distro)
qTox version: (shown on `About` page in settings)
Hardware:
Reproducible: Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce
**Steps to reproduce:**
1.
2.
3.
**Observed Behavior:**
**Expected Behavior:**
**Additional info:**
(links, images, etc go here)
----
More information on how to write good bug reports in the wiki: https://github.com/tux3/qTox/wiki/Writing-Useful-Bug-Reports