Skip to content

Commit

Permalink
feat(github): Add other issue misc template
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Nov 25, 2024
1 parent 8aba700 commit 11f2f60
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/other_issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Other issue
description: File an issue unrelated to the other templates
title: "[MISC]: "
labels: ["misc"]
projects: []
assignees:
- teald
body:
- type: markdown
attributes:
value: |
Thank you for filling out a bug report!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info? If you get notification for GitHub Issues, you can ignore this part.
placeholder: ex. [email protected]
validations:
required: false
- type: textarea
id: what-happened
attributes:
label: What happened?
placeholder: Tell us what you see.
value: "Something happened!"
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](https://github.com/GeminiDRSoftware/astrodata/blob/main/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's Code of Conduct
required: true

0 comments on commit 11f2f60

Please sign in to comment.