feat : Added new templates for feature requests

This commit is contained in:
Tamal Das 2022-10-04 06:33:53 +00:00
parent fc2e45525a
commit ec4bf3c2c5
3 changed files with 35 additions and 34 deletions

View File

@ -1,30 +0,0 @@
---
name: "🐛 Bug Report"
about: 'Report a general issue.'
---
# Bug Report
<!--- Before you open an issue, please check if the issue already has been reported. --->
## Issue Description
<!--- Provide a more detailed introduction to the issue itself. -->
## Preconditions
<!--- Please provide as detailed information about your environment as possible. -->
## Bagisto Version
<!--- Please select the version of bagisto that you are using. -->
- [ ] master branch
- [ ] 1.3.3
- [ ] 1.3.2
- [ ] 1.3.1
- [ ] 1.3.0
## Steps To Reproduce
<!--- It is important to provide a set of clear steps to reproduce this bug. If relevant please include code samples. -->
## Actual Result
<!--- Tell us what happens instead.-->
## Expected Result
<!--- Tell us what should happen. -->

View File

@ -1,4 +0,0 @@
---
name: "💡 Feature Request"
about: 'Share your ideas with our team or request new features'
---

View File

@ -0,0 +1,35 @@
name: 💡 Feature request
description: Have a new idea/feature ? Share it with our team !
labels: ['Feature Request']
body:
- type: textarea
id: description
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternatives
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
id: extrainfo
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false