Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashSingh3031 authored Feb 4, 2024
1 parent 0301bf2 commit 173751a
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 0 deletions.
72 changes: 72 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

name: Bug report
description: Create a report to help us improve
title: "[BUG]"
labels: ["bug"]
body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: >
Please provide the context in which the problem occur.
validations:
required: true

- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true

- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
attributes:
label: Screenshot
description: If applicable, add screenshots to help explain your problem.

- type: textarea
attributes:
label: Desktop
description: Please complete the following information
placeholder: |
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- Used dataProvider [e.g. custom, Strapi, Airtable]

- type: textarea
attributes:
label: Mobile
description: Please complete the following information
placeholder: |
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
- Used dataProvider [e.g. custom, Strapi, Airtable]

- type: textarea
attributes:
label: Additional Context
description: Add any other context about the problem here.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: Features
assignees: ''

---

name: Feature request
description: Suggest an idea for this project
title: "[FEAT]"
labels: ["enhancement"]
body:
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is.
placeholder: >
Ex. I'm always frustrated when [...]
validations:
required: true

- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered
validations:
required: false

- type: textarea
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false

- type: textarea
attributes:
label: Describe the thing to improve
description: A clear and concise description of problems and what you would like to see
validations:
required: true

0 comments on commit 173751a

Please sign in to comment.