mirror of https://github.com/searxng/searxng.git
[mod] PR template: "Before You Submit" add hint about CONTRIBUTING.md
- https://github.com/searxng/searxng/blob/master/CONTRIBUTING.md Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
f1f0dfd231
commit
8fc6297735
|
@ -23,3 +23,13 @@
|
||||||
<!--
|
<!--
|
||||||
Closes #234
|
Closes #234
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
## Before You Submit
|
||||||
|
<small>Please ensure you check the following items to indicate that you've read this section and completed each task</small>
|
||||||
|
|
||||||
|
- [ ] My code follows the [Contribution Guidelines](https://github.com/searxng/searxng/blob/master/CONTRIBUTING.md)
|
||||||
|
- [ ] I give expressed consent for my work to be used in this repo
|
||||||
|
- [ ] I have tested my work and it functions as intended
|
||||||
|
- [ ] I have included documentation if the change requires such
|
||||||
|
|
||||||
|
If you have problems, e.g. with the documentation (reST markup), then we can help in the review process.
|
||||||
|
|
Loading…
Reference in New Issue