diff options
author | Rémy Coutable <remy@rymai.me> | 2016-06-10 10:42:27 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-06-10 10:42:27 +0000 |
commit | cfc99bbd1390bc548a703fdc7857c7db5b0e7c13 (patch) | |
tree | a2bba405dfdcbb1bd5d8c5aa788715dc6f48d3dd | |
parent | 0dcd050bf4b30e56247c897c2aac4daeb9aa56dc (diff) | |
parent | 7722caf9d5be1ca419d9c672187fb62c6d21caed (diff) | |
download | gitlab-ce-cfc99bbd1390bc548a703fdc7857c7db5b0e7c13.tar.gz |
Merge branch 'cs-issue-pr-templates' into 'master'
Add Issue/PR Templates to deter issues/contributions on the GitHub mirror of the project
## What does this MR do?
Adds GitHub-specific `ISSUE_TEMPLATE.md` and `PULL_REQUEST_TEMPLATE.md` files in a `.github` directory. To prevent new issues/PRs, I figured it'd be good to direct users/contributors to open issues/contribute code in the "correct" project.
## Are there points in the code the reviewer needs to double check?
Wording/phrasing, mostly.
## Why was this MR needed?
The GitHub issue tracker is being closed, and PRs on GitHub haven't been accepted for a while now. This was discussed briefly during the GitLab Strategy Session at the Austin Summit.
cc: @dzaporozhets @rymai @MrChrisW @dblessing @virtuacreative @amara
See merge request !4324
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 3 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..2e88b7aa0a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,3 @@ +We’re closing our issue tracker on GitHub so we can focus on the GitLab.com project 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 log into GitLab.com using your GitHub account. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..c3b04026440 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,3 @@ +Thank you for taking the time to contribute back to GitLab! + +Please open a merge request [on GitLab.com](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests), we look forward to reviewing your contribution! You can log into GitLab.com using your GitHub account. |