Skip to content

Commit

Permalink
Issue/PR templates (#180)
Browse files Browse the repository at this point in the history
* create .github directory to hold issue/PR templates and contributing guide

* update link to Contributing guide in Readme
  • Loading branch information
jrperritt committed Nov 3, 2016
1 parent 1b54c0d commit 10f33e9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE
@@ -0,0 +1 @@
Before starting a PR, please read the [style guide](https://github.com/gophercloud/gophercloud/blob/master/STYLEGUIDE.md).
9 changes: 9 additions & 0 deletions .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]
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down

0 comments on commit 10f33e9

Please sign in to comment.