Skip to content

Commit

Permalink
Create 2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Okmeque1 authored Apr 10, 2024
1 parent 8942b04 commit 421e28d
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/PR_TEMPLATE/2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@

name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "invalid","help wanted"]
projects: ["GamerSoft24/5"]
assignees:
- Okmeque1
- GamerSoft24
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this pull request!
- type: textarea
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. [email protected]
validations:
required: false
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this pull request, you agree to follow our [Code of Conduct](https://github.com/Okmeque1/Software/blob/Main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true

0 comments on commit 421e28d

Please sign in to comment.