diff options
author | Unknwon <u@gogs.io> | 2016-02-17 21:22:58 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-17 21:22:58 -0500 |
commit | 2fdf8fc938295b95cbe6efb7cddb1b87c2fb81ee (patch) | |
tree | 4689310a6a854c61a4416fdd2db7193cdc6adf3f /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 89d6b18dad1923ebcd605c96f22d61b266456934 (diff) | |
download | gitea-2fdf8fc938295b95cbe6efb7cddb1b87c2fb81ee.tar.gz gitea-2fdf8fc938295b95cbe6efb7cddb1b87c2fb81ee.zip |
Add issue and pull request template
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..860eee772e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 |