Skip to content
Open
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
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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
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
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/epic.yml
Original file line number Diff line number Diff line change
@@ -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
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -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
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/task.md

This file was deleted.

Loading