Update GitHub templates
This commit is contained in:
parent
fe60ca408b
commit
03ba257ad2
18
.github/ISSUE_TEMPLATE.md
vendored
18
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,17 +1,19 @@
|
||||||
We DO NOT take questions or config/deploy problems on GitHub, please use our forum: https://discuss.gogs.io
|
The issue will be closed without any reasons if it does not satisfy any of following requirements:
|
||||||
|
|
||||||
Please take a moment to search that an issue doesn't already exist.
|
1. Please do NOT post questions or config/deploy problems on GitHub, please use our forum: https://discuss.gogs.io
|
||||||
|
2. Please take a moment to search that an issue doesn't already exist.
|
||||||
|
3. Please give all relevant information below for bug reports; incomplete details considered invalid report.
|
||||||
|
|
||||||
For bug reports, please give the relevant info:
|
**You MUST delete above content including this line before posting; too lazy to take this action considered invalid report.**
|
||||||
|
|
||||||
- Gogs version (or commit ref):
|
- Gogs version (or commit ref):
|
||||||
- Git version:
|
- Git version:
|
||||||
- Operating system:
|
- Operating system:
|
||||||
- Database:
|
- Database (use `[x]`):
|
||||||
- [ ] PostgreSQL
|
- [ ] PostgreSQL
|
||||||
- [ ] MySQL
|
- [ ] MySQL
|
||||||
- [ ] SQLite
|
- [ ] SQLite
|
||||||
- Can you reproduce the bug at http://try.gogs.io:
|
- Can you reproduce the bug at https://try.gogs.io:
|
||||||
- [ ] Yes (provide example URL)
|
- [ ] Yes (provide example URL)
|
||||||
- [ ] No
|
- [ ] No
|
||||||
- [ ] Not relevant
|
- [ ] Not relevant
|
||||||
|
|
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,4 +1,9 @@
|
||||||
Please, make sure you are targeting the `develop` branch!
|
The pull request will be closed without any reasons if it does not satisfy any of following requirements:
|
||||||
|
|
||||||
More instructions about contributing with Gogs code can be found here:
|
1. Please make sure you are targeting the `develop` branch.
|
||||||
|
2. Please read contributing guidelines:
|
||||||
https://github.com/gogits/gogs/wiki/Contributing-Code
|
https://github.com/gogits/gogs/wiki/Contributing-Code
|
||||||
|
3. Please describe what your pull request does and which issue you're targeting
|
||||||
|
4. ... if it is not related to any particular issues, explain why we should not reject your pull request.
|
||||||
|
|
||||||
|
**You MUST delete above content including this line before posting; too lazy to take this action considered invalid report.**
|
Loading…
Reference in New Issue
Block a user