From 1a031588c468ea4bb1be56dfee1b65f92b8db060 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Thu, 18 Feb 2016 10:32:57 +0200 Subject: [PATCH] Create the issue and PR templates under the .github folder --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 20 ++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 3 files changed, 32 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..d47427835 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,20 @@ +Welcome, dear friend! We, the rest of the NativeScript community really +appreciate your feedback! While we are doing all we can to take care of every +issue, sometimes we get overwhelmed. Because of that, we will consider issues +that are not constructive or report problems that cannot be reproduced "dead". +In accordance, we will treat feature requests or bug reports with unanswered +questions regarding the behavior/reproduction "dead". All "dead" issues will +get closed. + +## Please, help the others with the details below: + +### Did you verify this is a real problem with a search in [StackOverflow](http://stackoverflow.com/questions/tagged/nativescript)? + +### Tell us about the problem + +### Which version of NativeScript did you use (check the 'version' atrribute in the node_modules/tns-core-modules/package.json file) + +### Try to recall what were you doing + +### Is there code involved? Can you share the minimum of it to get the problem? + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..2fb3cfe4f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +Dear friend, we, the rest of the NativeScript community thank you for your +contribution! As we want to present a really nice, readable changelog with each +release, we ask you to fill the following information: + +### Inform what relation and with with issue does it have (in other words, delete the unnecessary): +Fixes/Implements #[Issue Number]. + +### Does it have [unit tests](https://github.com/NativeScript/NativeScript/blob/master/running-tests.md)? +If not, why? +If not, can you list any steps to test it manually? + +