Merge pull request #1290 from lnksz/patch-1

Propose an issue template
This commit is contained in:
Sergey Lyubka 2021-05-24 09:49:35 +01:00 committed by GitHub
commit eef7a55904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
.github/issue_template.md vendored Normal file
View File

@ -0,0 +1,22 @@
### Issue
_please add your issue description_
MongoDB: please do not mistake this project with the [mongoosejs project](https://mongoosejs.com/)
### Meta-Info
- mongoose version: _X.Y_
- prebuilt?: _y/n_
- if not, built with: _toolchain_
- custom changes?: _y/n_ (if yes, what is the latest mainline commit?)
- architecture: _?_
- OS: _if any_
- duplicate?
- Please have a look at the issues on the [cesanta support forum](https://forum.cesanta.com/c/mongoose-web-server/).
- Please check the (closed) [GitHub issues](https://github.com/cesanta/mongoose/issues?q=is%3Aissue+).
You can also search the issues with Google in your favorite browser, e.g. for the IPv6 related issues:
`site:https://github.com/cesanta/mongoose/issues?q=is%3Aissue+ IPv6`
- if you have a question, did you first try to find an answer in:
- the [official documentation](https://cesanta.com/docs/)?
- the working [examples](https://github.com/cesanta/mongoose/tree/master/examples)?