Skip to content

Commit 9628d4f

Browse files
author
Thomas Boerger
committed
Unified GitHub templates accross all projects
1 parent 3d21388 commit 9628d4f

File tree

4 files changed

+26
-34
lines changed

4 files changed

+26
-34
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/issue_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
1. Please speak English, this is the language everybody of us can speak and write.
2+
2. Please ask questions or config/deploy problems on our Gitter channel: https://gitter.im/go-gitea/gitea
3+
3. Please take a moment to search that an issue doesn't already exist.
4+
4. Please give all relevant information below for bug reports, incomplete details will be handled as an invalid report.
5+
6+
**You MUST delete the content above including this line before posting, otherwise your pull request will be invalid.**
7+
8+
- Gitea version (or commit ref):
9+
- Git version:
10+
- Operating system:
11+
- Database (use `[x]`):
12+
- [ ] PostgreSQL
13+
- [ ] MySQL
14+
- [ ] SQLite
15+
- Log gist:
16+
17+
## Description
18+
19+
...

.github/pull_request_template.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Please check the following:
2+
3+
1. Make sure you are targeting the `master` branch, pull requests on release branches are only allowed for bug fixes.
4+
2. Read contributing guidelines: https://github.com/go-gitea/gitea/blob/master/CONTRIBUTING.md
5+
3. Describe what your pull request does and which issue you're targeting (if any)
6+
7+
**You MUST delete the content above including this line before posting, otherwise your pull request will be invalid.**

0 commit comments

Comments
 (0)