Skip to content

Commit

Permalink
To create a new issue in my repository by people, create config YAML …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
eieihtwesan committed Oct 15, 2024
1 parent 8799542 commit b732d8a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bug Report
name: Bug Report for testing seMethod
description: File a bug report.
title: "[Bug]: "
labels: ["bug", "triage"]
Expand All @@ -10,6 +10,7 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: contact
attributes:
Expand All @@ -18,6 +19,7 @@ body:
placeholder: ex. [email protected]
validations:
required: false

- type: textarea
id: what-happened
attributes:
Expand All @@ -27,6 +29,7 @@ body:
value: "A bug happened!"
validations:
required: true

- type: dropdown
id: version
attributes:
Expand All @@ -38,6 +41,7 @@ body:
default: 0
validations:
required: true

- type: dropdown
id: browsers
attributes:
Expand All @@ -48,12 +52,23 @@ body:
- Chrome
- Safari
- Microsoft Edge

- 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: markdown
attributes:
value: |
## Screenshot (if applicable)
If applicable, add a screenshot to help explain your problem.
You can **drag and drop** or **paste** your screenshots directly here in the issue.
![Screenshot](image-url) <!-- Instruct users to replace this comment by dragging images -->
- type: checkboxes
id: terms
attributes:
Expand Down

0 comments on commit b732d8a

Please sign in to comment.