Skip to content

Commit 1a03158

Browse files
committed
Create the issue and PR templates under the .github folder
1 parent acfdc50 commit 1a03158

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Welcome, dear friend! We, the rest of the NativeScript community really
2+
appreciate your feedback! While we are doing all we can to take care of every
3+
issue, sometimes we get overwhelmed. Because of that, we will consider issues
4+
that are not constructive or report problems that cannot be reproduced "dead".
5+
In accordance, we will treat feature requests or bug reports with unanswered
6+
questions regarding the behavior/reproduction "dead". All "dead" issues will
7+
get closed.
8+
9+
## Please, help the others with the details below:
10+
11+
### Did you verify this is a real problem with a search in [StackOverflow](http://stackoverflow.com/questions/tagged/nativescript)?
12+
13+
### Tell us about the problem
14+
15+
### Which version of NativeScript did you use (check the 'version' atrribute in the node_modules/tns-core-modules/package.json file)
16+
17+
### Try to recall what were you doing
18+
19+
### Is there code involved? Can you share the minimum of it to get the problem?
20+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Dear friend, we, the rest of the NativeScript community thank you for your
2+
contribution! As we want to present a really nice, readable changelog with each
3+
release, we ask you to fill the following information:
4+
5+
### Inform what relation and with with issue does it have (in other words, delete the unnecessary):
6+
Fixes/Implements #[Issue Number].
7+
8+
### Does it have [unit tests](https://github.com/NativeScript/NativeScript/blob/master/running-tests.md)?
9+
If not, why?
10+
If not, can you list any steps to test it manually?
11+
12+

0 commit comments

Comments
 (0)