From 26ce976bd4414ff542b099b98e7af1b6c7ad0181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20M=C4=99drek?= Date: Thu, 7 Apr 2022 15:25:27 +0200 Subject: [PATCH] chore: issue and pull request templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 49 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 11 +++++ .github/PULL_REQUEST_TEMPLATE.md | 14 +++++++ 4 files changed, 75 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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** + +