From 8c509b47d1b9926c53f6d4e851b63aadc32d8b32 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Sun, 2 Jun 2019 19:54:17 +0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..3eacdf8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +[Pull requests]: https://github.com/PlaceholderAPI/PlaceholderAPI/pulls +[contributing file]: https://github.com/PlaceholderAPI/PlaceholderAPI/tree/master/.github/CONTRIBUTING.md + +## Please read +Please make sure you checked the following: +- You checked the [Pull requests] page for any upcoming changes. +- You documented any public code that the end-user might use. +- You followed the [contributing file] + +### Type + +- [ ] Internal change (Doesn't affect end-user). +- [ ] External change (Does affect end-user). +- [ ] Other: __________ + +### Description +> Provide additional information if needed. +