Add ISSUE_TEMPLATE.md and PULL_REQUEST_TEMPLATE.md to point contributors toward the GitLab.com repository.

This adds templates for Issues/Pull Requests in a `.github` directory. These only effect issues/PRs opened in the GitHub mirror of the GitLab project. As we're shutting these down, I thought it'd be good to direct users/contributors to open issues/contribute code in the "correct" project.
This commit is contained in:
Connor Shea 2016-05-27 10:46:06 -06:00
parent 3803b380b4
commit d1506ebeec
No known key found for this signature in database
GPG Key ID: E52237E5B35A83E6
2 changed files with 6 additions and 0 deletions

3
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,3 @@
Were closing our issue tracker on GitHub so we can focus on the GitLab.com issue tracker and respond to issues more quickly.
We encourage you to open an issue on the [GitLab.com issue tracker](https://gitlab.com/gitlab-org/gitlab-ce/issues). You can login on GitLab using your GitHub account if you'd like to contribute an issue.

3
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,3 @@
Thank you for taking the time to contribute back to GitLab! Due to the high number of contributions we get, were unable to review requests on GitHub right now.
We encourage you to open a merge request [on GitLab.com](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests). You can login on GitLab.com using your GitHub account.