From 13e0d6f161f39ff819f073451ef2328f687a2cad Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 31 May 2018 14:03:57 +0200 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 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..e978aa6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +Please read the CONTRIBUTING.md first. The most important parts regarding the actual entry: + +- Write about it's unique selling point compared to other projects. +- If it's a commercial project, then mark it as such, e.g. `[Title ![c]](URL)`. +- Ensure that you provide concise and informative descriptions. +- Do not use a description like "A library/project/tool/framework for JSON processing in Java" since all of this is implied. +- Finish the description with a dot. +- Try to order it alphabetically.