Skip to content

Commit

Permalink
shsingh/10 create issue templates (#21)
Browse files Browse the repository at this point in the history
* add feedback report and pull request templates

* minor amendments to feedback report template
  • Loading branch information
shsingh authored Jul 24, 2023
1 parent 8029f2e commit 21bf22e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feedback-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ body:
- type: textarea
id: feedback
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
label: What would you like to report?
description: If this is an issue, lso tell us what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
value: "I would like to report the following issue/feedback"
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](../../CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [Code of Conduct](../CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true

0 comments on commit 21bf22e

Please sign in to comment.