diff --git a/.github/issue_template.md b/.github/issue_template.md index e69de29..9572fd9 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -0,0 +1,6 @@ +1. Please speak English, this is the language everybody of us can speak and write. +2. Please ask questions or config/deploy problems on our Gitter channel: https://gitter.im/go-gitea/gitea +3. Please take a moment to search that an issue doesn't already exist. +4. Please give all relevant information below for bug reports, incomplete details will be handled as an invalid report. + +**You MUST delete the content above including this line before posting, otherwise your pull request will be invalid.** diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e69de29..e01966e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +Please check the following: + +1. Make sure you are targeting the `master` branch, pull requests on release branches are only allowed for bug fixes. +2. Read contributing guidelines: https://github.com/go-gitea/theme/blob/master/CONTRIBUTING.md +3. Describe what your pull request does and which issue you're targeting (if any) + +**You MUST delete the content above including this line before posting, otherwise your pull request will be invalid.**