Skip to content

Commit

Permalink
Merge pull request #4 from rajatnai49/issue_templates
Browse files Browse the repository at this point in the history
Changes in issue templates
  • Loading branch information
rajatnai49 authored Sep 23, 2023
2 parents 59e693d + d90a027 commit 261e21a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .github/ISSUE_TEMPLATE/documentation_bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ body:
description: Please provide a step-by-step instruction to reproduce the issue.
placeholder: Please provide a step-by-step instruction to reproduce the issue.
value: "Steps to reproduce the issue"
validations: true
validations:
required: true
- type: dropdown
id: contribution
attributes:
Expand All @@ -36,12 +37,14 @@ body:
- Minor
- Other
validations:
required: true
required:
type: array
min: 1
- type: checkboxes
id: terms
attributes:
label: I agree to and respect the Code of Conduct
description: By submitting this issue, you are agree to follow our [CODE OF CONDUCT](https://github.com/rajatnai49/demo/blob/main/.github/CODE_OF_CONDUCT.md)
description: By submitting this issue, you are agreeing to follow our [CODE OF CONDUCT](https://github.com/rajatnai49/demo/blob/main/.github/CODE_OF_CONDUCT.md)
options:
- label: I wil follow [CONTRIBUTING GUIDELINES](https://github.com/rajatnai49/demo/blob/main/.github/CONTRIBUTING_GUIDELINE.md)
- label: I will follow [CONTRIBUTING GUIDELINES](https://github.com/rajatnai49/demo/blob/main/.github/CONTRIBUTING_GUIDELINE.md)
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ body:
### Related Issue (if any)
Please link to the issue this enhancement request is related to (if any).
Thank you for suggesting this enhancement!
Thank you for suggesting this enhancement!

0 comments on commit 261e21a

Please sign in to comment.