Skip to content

Commit

Permalink
updated templates
Browse files Browse the repository at this point in the history
  • Loading branch information
PranshulGG committed Dec 21, 2024
1 parent 0ec60c6 commit 52c98b1
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 15 deletions.
14 changes: 10 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bug Report
description: Report a bug
labels: ["bug"]
body:
- type: markdown
- type: markdown
attributes:
value: |
Please fill out the sections below to help everyone identify and fix the bug
Expand Down Expand Up @@ -39,7 +39,13 @@ body:
id: screenshots
attributes:
label: Put here any screenshots or videos (optional)
- type: markdown
- type: checkboxes
id: acknowledgementsCheck
attributes:
value: |
Thanks for reporting this issue! We will get back to you as soon as possible.
label: Acknowledgements
description: Your issue will be closed if you don’t read this carefully.
options:
- label: I have reviewed the existing issues to confirm that this is a unique report and not related to any currently open or closed tickets.
required: true
- label: I understand that this app is provided as-is, without any guarantees, and I might not receive a response to my request. Sometimes you might not get the response you want.
required: true
39 changes: 28 additions & 11 deletions .github/ISSUE_TEMPLATE/new-feature.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,51 @@
name: Feature request
description: Suggest an idea for this project
name: Feature Request
description: Suggest an idea to improve this project
body:
- type: markdown
- type: markdown
attributes:
value: |
Please fill out the sections below
Please provide detailed information to help us understand your idea and its potential impact.
- type: textarea
id: description
attributes:
label: Problem Statement
placeholder: Describe the problem or limitation you're facing that the new feature would solve
placeholder: Describe the problem or limitation you're facing that the new feature would solve.
description: Clearly explain the challenge or issue you're encountering to help us understand the context.
validations:
required: true
- type: textarea
id: Solution
id: solution
attributes:
label: Proposed Solution
placeholder: Explain how you think the feature should work
placeholder: Explain how you think the feature should work and address the problem.
description: Describe the solution in detail, including any specific behaviors or functionality it should have.
validations:
required: true
- type: textarea
id: Alternatives
id: alternatives
attributes:
label: Alternatives Considered
placeholder: Describe any alternative solutions or features you've considered
placeholder: Describe any alternative solutions or features you've considered.
description: If there are other ways to solve the issue, please share them here.
- type: textarea
id: Additional
id: additional
attributes:
label: Additional Context
placeholder: Provide any extra details, links, or examples that might help clarify your request.
description: This field is optional but highly encouraged if you have additional information.
- type: checkboxes
id: acknowledgementsCheck
attributes:
label: Acknowledgements
description: Please confirm the following before submitting your feature request
options:
- label: I have searched the existing issues and discussions to ensure this feature has not already been requested.
required: true
- label: I understand that submitting a request does not guarantee it will be implemented.
required: true
- label: I have provided all necessary information to clearly explain my request.
required: true
- type: markdown
attributes:
value: |
Thanks for reporting this issue! We will get back to you as soon as possible.
Thank you for suggesting an improvement! Your feedback is valuable, and we will review it as soon as possible.

0 comments on commit 52c98b1

Please sign in to comment.