mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
Merge pull request #2649 from andreynering/gh-issue-template
Add GitHub's issue and pull request templates.
This commit is contained in:
commit
89d6b18dad
14
ISSUE_TEMPLATE.md
Normal file
14
ISSUE_TEMPLATE.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
For bug reports, please give the relevant info:
|
||||||
|
|
||||||
|
- Gogs version (or commit ref):
|
||||||
|
- Git version:
|
||||||
|
- Operating system:
|
||||||
|
- Database:
|
||||||
|
- [ ] PostgreSQL
|
||||||
|
- [ ] MySQL
|
||||||
|
- [ ] SQLite
|
||||||
|
- Log gist:
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
...
|
4
PULL_REQUEST_TEMPLATE.md
Normal file
4
PULL_REQUEST_TEMPLATE.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Please, make sure you are targeting the `develop` branch!
|
||||||
|
|
||||||
|
More instructions about contributing with Gogs code can be found here:
|
||||||
|
https://github.com/gogits/gogs/wiki/Contributing-Code
|
Loading…
Reference in New Issue
Block a user