diff options
author | Brendan Forster <brendan@github.com> | 2016-02-27 12:48:40 +1100 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2016-02-27 12:48:40 +1100 |
commit | 9b890f90e9ce58023d733d9525b60781df6973e4 (patch) | |
tree | 643d0fef34f203657f5aaf243e94f3c0f6164ff6 /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 0f45616141817498a4b99045ba3c54cee4695069 (diff) | |
download | gitignore-9b890f90e9ce58023d733d9525b60781df6973e4.tar.gz gitignore-9b890f90e9ce58023d733d9525b60781df6973e4.zip |
adding a template to help streamline review process
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..058f0144 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +**Reasons for making this change:** + +_TODO_ + +**Links to documentation supporting these rule changes:** + +_TODO_ + +If this is a new template: + + - **Link to application or project’s homepage**: _TODO_ |