diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea7824..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000000..3866194e83 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,45 @@ +name: Bug Report +description: File a bug report. +title: "[Bug]: " +body: + - type: textarea + id: summary + attributes: + label: Summary + description: Short description of the bug + validations: + required: true + - type: textarea + attributes: + label: Steps to Reproduce + description: Step by step guide to reproduce the bug + validations: + required: true + - type: textarea + id: expected-behaviour + attributes: + label: Expected Behaviour + placeholder: "Ex: Pop up should open on button click" + validations: + required: true + - type: textarea + id: actual-behaviour + attributes: + label: Actual Behaviour + placeholder: "Ex: Pop up did not open" + validations: + required: true + - type: textarea + id: acceptance-criteria + attributes: + label: Acceptance Criteria + description: Points to verify the bug is fixed + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Attach screenshots or screenrecords + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..3ba13e0cec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/epic.yml b/.github/ISSUE_TEMPLATE/epic.yml new file mode 100644 index 0000000000..3e1f483b04 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/epic.yml @@ -0,0 +1,23 @@ +name: Epic Feature +description: Create an epic feature issue. +title: "[Epic]: " +body: + - type: textarea + id: summary + attributes: + label: Summary + description: Short description of the epic + validations: + required: true + - type: input + id: prd + attributes: + label: PRD Link + validations: + required: true + - type: input + id: tech-design-doc + attributes: + label: Tech Design Doc Link + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 0000000000..d4f8ef2640 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,39 @@ +name: Feature Request +description: Submit a feature request. +title: "[Feature]: " +body: + - type: textarea + id: summary + attributes: + label: Summary + description: Short description of the feature + validations: + required: true + - type: textarea + id: requirements + attributes: + label: Requirements + placeholder: "Ex: User should be able to create a flow" + validations: + required: true + - type: textarea + id: acceptance-criteria + attributes: + label: Acceptance Criteria + description: Points to verify the feature is working as per requirements + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Attach screenshots or screenrecords + validations: + required: false + - type: textarea + id: notes + attributes: + label: Additional Notes + description: Any additional info or context required to work on the feature + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d61..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md deleted file mode 100644 index 8be3c3de56..0000000000 --- a/.github/ISSUE_TEMPLATE/task.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Task -about: Task that needs to be done -title: '' -labels: '' -assignees: '' - ---- - -**Describe the task** -A clear and concise description of the task - - -**Expected behavior** -A clear and concise description of what needs to be done. - - -**References** -Specify any reference material / links