From 10f33e9059d3777b3d980c9c8f976d7db9779392 Mon Sep 17 00:00:00 2001 From: jrperritt Date: Thu, 3 Nov 2016 17:03:52 -0500 Subject: [PATCH] Issue/PR templates (#180) * create .github directory to hold issue/PR templates and contributing guide * update link to Contributing guide in Readme --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE | 1 + .github/PULL_REQUEST_TEMPLATE | 9 +++++++++ README.md | 2 +- 4 files changed, 11 insertions(+), 1 deletion(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE create mode 100644 .github/PULL_REQUEST_TEMPLATE diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 0000000000..1451b81b4b --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1 @@ +Before starting a PR, please read the [style guide](https://github.com/gophercloud/gophercloud/blob/master/STYLEGUIDE.md). diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000000..43aafa02f8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,9 @@ +Prior to a PR being reviewed, there needs to be a Github issue that the PR +addresses. Replace the brackets and text below with that issue number. + +For #[PUT ISSUE NUMBER HERE] + +Links to the line numbers/files in the OpenStack source code that support the +code in this PR: + +[PUT URLS HERE] diff --git a/README.md b/README.md index 4d2efaf874..0e1fe0630f 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ None. Vendor it and write tests covering the parts you use. ## Contributing -See the [contributing guide](./CONTRIBUTING.md). +See the [contributing guide](./.github/CONTRIBUTING.md). ## Help and feedback