Skip to content

Commit 72fa5c9

Browse files
radevamanoldonev
authored andcommitted
docs: update wording describing issue lifecycle (NativeScript#5742)
- describe when an issue will be closed without waiting for response - add this description in a comment in the issue template. This way it will be visible to the creator of the issue, but won't add noise when reading the issues in github.
1 parent d586651 commit 72fa5c9

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
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 problems that cannot be reproduced "dead".
5-
Additionally, we will treat feature requests or bug reports with unanswered
6-
questions regarding the behavior/reproduction for more than 20 days "dead". All
7-
"dead" issues will get closed.
8-
9-
## Please, provide the details below:
1+
<!--
2+
We appreciate your feedback! While we are doing all we can to take care of every issue, sometimes we get overwhelmed. That's why
3+
- issues that are not constructive or describe problems that cannot be reproduced will be closed
4+
- feature requests or bug reports with unanswered questions regarding the behavior/reproduction for more than 20 days will be closed
5+
-->
106

117
### Did you verify this is a real problem by searching the [NativeScript Forum](http://forum.nativescript.org) and the [other open issues in this repo](https://github.com/NativeScript/nativescript/issues)?
128

@@ -31,3 +27,5 @@ The best approach would be to get your code running in the [NativeScript Playgro
3127

3228
### Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
3329

30+
31+

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Help us keep a healthy and open community. We expect all participants in this pr
1919
2. Search for similar issues in the issues list for this repo; it may already be an identified problem.
2020
3. If this is a bug or problem that is clear, simple, and is unlikely to require any discussion -- it is OK to open an issue on GitHub with a reproduction of the bug including workflows and screenshots. If possible, submit a Pull Request with a failing test, entire application or module. If you'd rather take matters into your own hands, fix the bug yourself (jump down to the [Submitting a PR](#pr) section).
2121

22+
> While we are doing all we can to take care of every issue, sometimes we get overwhelmed. That's why
23+
> - issues that are not constructive or describe problems that cannot be reproduced will be closed
24+
> - feature requests or bug reports with unanswered questions regarding the behavior/reproduction for more than 20 days will be closed
25+
2226
## <a name="features"></a> Requesting Features
2327

2428
1. Use Github Issues to submit feature requests.

0 commit comments

Comments
 (0)