mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 17:56:16 +01:00
Merge pull request #5713 from NodeBB/issues-bugs
Bugs and features only, comment out examples
This commit is contained in:
29
.github/ISSUE_TEMPLATE.md
vendored
29
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,13 +1,24 @@
|
|||||||
Please include the following information when submitting a bug report/issue:
|
<!--
|
||||||
|
== Github Issues are for bug reports and feature requests only ==
|
||||||
|
== Please visit https://community.nodebb.org for other support ==
|
||||||
|
-->
|
||||||
|
|
||||||
* NodeBB version and git hash (to find your git hash, execute `git rev-parse HEAD` from the main NodeBB directory)
|
<!-- ++ Please include the following information when submitting a bug report ++ -->
|
||||||
* Database (mongo or redis) and it's version.
|
|
||||||
* Exact steps to cause this issue
|
- **NodeBB version:**
|
||||||
|
- **NodeBB git hash:**
|
||||||
|
<!-- (to find your git hash, execute `git rev-parse HEAD` from the main NodeBB directory) -->
|
||||||
|
- **Database type:** mongo or redis
|
||||||
|
- **Database version:**
|
||||||
|
<!-- `mongod --version` or `redis-server --version` -->
|
||||||
|
- **Exact steps to cause this issue:**
|
||||||
|
<!--
|
||||||
1. First I did this...
|
1. First I did this...
|
||||||
2. Then, I clicked on this item...
|
2. Then, I clicked on this item...
|
||||||
* What you expected
|
-->
|
||||||
* e.g. I expected *abc* to *xyz*
|
- **What you expected:**
|
||||||
* What happened instead
|
<!-- e.g. I expected *abc* to *xyz* -->
|
||||||
* e.g. Instead, I got *zyx* and NodeBB set fire to my house
|
- **What happened instead:**
|
||||||
|
<!-- e.g. Instead, I got *zyx* and NodeBB set fire to my house -->
|
||||||
|
|
||||||
Thank you!
|
<!-- Thank you! -->
|
||||||
|
|||||||
Reference in New Issue
Block a user