Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: React Native Sticky Parallax Header - Bug
description: Report a bug with React Native Sticky Parallax Header
labels: [bug]
body:
- type: textarea
attributes:
label: Environment
description: |
Provide environment on which the issue exists.
value: |
Library version: ???
OS version: ??? <!-- e.g. iPhone 13, iOS 15.3.1 -->
validations:
required: true
- type: checkboxes
attributes:
label: Affected platforms
options:
- label: "Android"
- label: "iOS"
validations:
required: true
- type: textarea
attributes:
label: Current behavior
description: |
Describe current behavior, add screenshots or videos, if it's affecting UI.
placeholder: |
Current behavior
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: |
Describe expected behavior.
placeholder: |
Expected behavior
validations:
required: true
- type: textarea
attributes:
label: Reproduction
description: |
Add Link to reproduction repo, or add steps to reproduce.
placeholder: |
Link to repro
validations:
required: true
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: React Native Sticky Parallax Header - Feature
description: Propose a feature in React Native Sticky Parallax Header
labels: [enhancement]
body:
- type: textarea
attributes:
label: Feature request
description: |
Describe feature request, why (and, if possible, how) it should be implemented
validations:
required: true
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This pull request resolves ???

**Description**

<!-- Describe, what this pull request is solving. -->

**Affected platforms**

- [ ] Android
- [ ] iOS

**Test plan/screenshots/videos**

<!-- Demonstrate steps to check proposed changes. Add screenshots and/or videos if there are UI changes. -->