You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2018/01/19 03:29:45 UTC

aurora git commit: GitHub Pull Request template to discourage folks from making PRs

Repository: aurora
Updated Branches:
  refs/heads/master 8a5dcacdc -> 710706f4e


GitHub Pull Request template to discourage folks from making PRs

Simple pull request template encouraging potential contributors
to submit via ReviewBoard instead of opening up a PR on GitHub.

Normally I wouldn't want to add something to the repo that is
platform specific, but given the fact that we have a lot of exposure
on GitHub and that there's no way to disallow PRs, it might be a
good idea to point potential contributors in the right direction
from the get go.

Reviewed at https://reviews.apache.org/r/65222/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/710706f4
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/710706f4
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/710706f4

Branch: refs/heads/master
Commit: 710706f4eac47f0b0563a0f4c70f8cd27de0c807
Parents: 8a5dcac
Author: Renan DelValle <re...@gmail.com>
Authored: Thu Jan 18 19:29:40 2018 -0800
Committer: Bill Farner <wf...@apache.org>
Committed: Thu Jan 18 19:29:40 2018 -0800

----------------------------------------------------------------------
 .github/pull_request_template.md | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/710706f4/.github/pull_request_template.md
----------------------------------------------------------------------
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..e699df7
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,7 @@
+Dear potential contributor,
+
+Our project is not set up to take Pull Requests through GitHub. Instead we ask that contributions be made through Apache's ReviewBoard. Further instructions can be found here: https://aurora.apache.org/documentation/latest/contributing/
+
+Thank you for your understanding.
+
+- The Apache Aurora Team