diff options
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f2c9c5a --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +First off, thanks for taking the time to contribute! + +## Please Complete the Following + +- [ ] I read [CONTRIBUTING.md](https://github.com/Cyclenerd/gallery_shell/blob/master/CONTRIBUTING.md) +- [ ] I used tabs to indent +- [ ] I checked my code with [ShellCheck](https://www.shellcheck.net/) + +## Notes + +Feel free to put whatever you want here.
\ No newline at end of file |