Skip to content

Commit

Permalink
docs: added a proposed solution field
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Oct 5, 2023
1 parent 0e8d6b2 commit 75ea096
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,21 @@ body:
id: description
attributes:
label: Description
description: A brief description of the question or issue, also include what you tried and what didn't work
description: Write a detailed description of the issue that you faced.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Write a solution which you think can fix this issue.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots if applicable
description: Please add screenshots/videos if applicable
validations:
required: false

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ body:
id: description
attributes:
label: Description
description: A brief description of the question or issue, also include what you tried and what didn't work
description: Write a detailed description of the changes you are proposing.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots if applicable
description: Please add screenshots/videos if applicable
validations:
required: false
- type: dropdown
Expand Down
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,21 @@
id: description
attributes:
label: Description
description: A brief description of the enhancement you propose, also include what you tried and what worked.
description: Write a detailed description of the feature you propose.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: What needs to be done to implement this feature?
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots if applicable
description: Please add screenshots/videos if applicable
validations:
required: false

Expand Down

0 comments on commit 75ea096

Please sign in to comment.