Skip to content

Commit 10f33e9

Browse files
authored
Issue/PR templates (gophercloud#180)
* create .github directory to hold issue/PR templates and contributing guide * update link to Contributing guide in Readme
1 parent 1b54c0d commit 10f33e9

4 files changed

Lines changed: 11 additions & 1 deletion

File tree

File renamed without changes.

.github/ISSUE_TEMPLATE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Before starting a PR, please read the [style guide](https://github.com/gophercloud/gophercloud/blob/master/STYLEGUIDE.md).

.github/PULL_REQUEST_TEMPLATE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Prior to a PR being reviewed, there needs to be a Github issue that the PR
2+
addresses. Replace the brackets and text below with that issue number.
3+
4+
For #[PUT ISSUE NUMBER HERE]
5+
6+
Links to the line numbers/files in the OpenStack source code that support the
7+
code in this PR:
8+
9+
[PUT URLS HERE]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ None. Vendor it and write tests covering the parts you use.
131131

132132
## Contributing
133133

134-
See the [contributing guide](./CONTRIBUTING.md).
134+
See the [contributing guide](./.github/CONTRIBUTING.md).
135135

136136
## Help and feedback
137137

0 commit comments

Comments
 (0)