diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..8f7fe72a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: ??? + 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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..7e26ca3a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..92b1d8a2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +This pull request resolves ??? + +**Description** + + + +**Affected platforms** + +- [ ] Android +- [ ] iOS + +**Test plan/screenshots/videos** + +