Skip to content

Commit 7e2284f

Browse files
authored
Merge pull request #277 from netguru/chore/templates
chore: issue and pull request templates
2 parents 6eadf31 + 26ce976 commit 7e2284f

File tree

4 files changed

+75
-0
lines changed

4 files changed

+75
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: React Native Sticky Parallax Header - Bug
2+
description: Report a bug with React Native Sticky Parallax Header
3+
labels: [bug]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Environment
8+
description: |
9+
Provide environment on which the issue exists.
10+
value: |
11+
Library version: ???
12+
OS version: ??? <!-- e.g. iPhone 13, iOS 15.3.1 -->
13+
validations:
14+
required: true
15+
- type: checkboxes
16+
attributes:
17+
label: Affected platforms
18+
options:
19+
- label: "Android"
20+
- label: "iOS"
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: Current behavior
26+
description: |
27+
Describe current behavior, add screenshots or videos, if it's affecting UI.
28+
placeholder: |
29+
Current behavior
30+
validations:
31+
required: true
32+
- type: textarea
33+
attributes:
34+
label: Expected behavior
35+
description: |
36+
Describe expected behavior.
37+
placeholder: |
38+
Expected behavior
39+
validations:
40+
required: true
41+
- type: textarea
42+
attributes:
43+
label: Reproduction
44+
description: |
45+
Add Link to reproduction repo, or add steps to reproduce.
46+
placeholder: |
47+
Link to repro
48+
validations:
49+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: React Native Sticky Parallax Header - Feature
2+
description: Propose a feature in React Native Sticky Parallax Header
3+
labels: [enhancement]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Feature request
8+
description: |
9+
Describe feature request, why (and, if possible, how) it should be implemented
10+
validations:
11+
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
This pull request resolves ???
2+
3+
**Description**
4+
5+
<!-- Describe, what this pull request is solving. -->
6+
7+
**Affected platforms**
8+
9+
- [ ] Android
10+
- [ ] iOS
11+
12+
**Test plan/screenshots/videos**
13+
14+
<!-- Demonstrate steps to check proposed changes. Add screenshots and/or videos if there are UI changes. -->

0 commit comments

Comments
 (0)