From 506ac085263e51663086b051fae011a3414c503b Mon Sep 17 00:00:00 2001 From: Puneet Saini <35463999+puneet29@users.noreply.github.com> Date: Mon, 1 Oct 2018 11:41:49 +0530 Subject: [PATCH] Create pull_request_template.md --- pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..18a428c --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,9 @@ +Please ensure your pull request adheres to the following guidelines: + +- [ ] Use the following format: `* [owner/repo](link)` +- [ ] Link additions should be added to the bottom of the relevant category. +- [ ] New categories or improvements to the existing categorization are welcome. +- [ ] Search previous suggestions before making a new one, as yours may be a duplicate. +- [ ] Sort by alphabetical order + +Thanks for contributing!