Merge pull request #5713 from NodeBB/issues-bugs
Bugs and features only, comment out examplesv1.18.x
commit
eed784f1e6
@ -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! -->
|
||||||
|
Loading…
Reference in New Issue