Skip to content

Commit d4766e8

Browse files
committed
chore: github templates + stalebot config
1 parent 7b1780f commit d4766e8

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
### Current Behavior
2+
3+
- What code are you running and what is happening?
4+
- Include a screenshot if it makes sense.
5+
6+
### Expected Behavior
7+
8+
- What do you expect should be happening?
9+
- Include a screenshot or a video if it makes sense.
10+
11+
### How to reproduce
12+
13+
- You must provide a way to reproduce the problem.
14+
- Either re-create the bug on [Snack](https://snack.expo.io) or link to a GitHub repository with code that reproduces the bug.
15+
- Explain how to run the example app and any steps that we need to take to reproduce the issue from the example app, with as much details as possible.
16+
17+
### Your Environment
18+
19+
| package | version
20+
| ---------------- | -------
21+
| react-native-scroll-bottom-sheet |
22+
| react-native |
23+
| react-native-gesture-handler |
24+
| react-native-reanimated |
25+
26+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Please provide enough information so that others can review your pull request:
2+
3+
## Motivation
4+
5+
Explain the **motivation** for making this change. What existing problem does the pull request solve?
6+

.github/stale.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 90
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 15
5+
# Issues with these labels will never be considered stale
6+
exemptLabels:
7+
- bug
8+
- security
9+
# Label to use when marking an issue as stale
10+
staleLabel: wontfix
11+
# Comment to post when marking an issue as stale. Set to `false` to disable
12+
markComment: >
13+
This issue has been automatically marked as stale because it has not had
14+
recent activity. It will be closed if no further activity occurs. Thank you
15+
for your contributions.
16+
# Comment to post when closing a stale issue. Set to `false` to disable
17+
closeComment: >
18+
Closing this issue after a prolonged period of inactivity. If this is still present in the latest release, please feel free to create a new issue with up-to-date information.

0 commit comments

Comments
 (0)