Skip to content

Commit b7dd25e

Browse files
committed
update issue templates
1 parent 675da50 commit b7dd25e

File tree

5 files changed

+54
-48
lines changed

5 files changed

+54
-48
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

-38
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: "Bug report"
2+
labels: ["bug"]
3+
description: "Create a report to help us improve"
4+
5+
body:
6+
- id: description
7+
type: textarea
8+
attributes:
9+
label: "Describe the bug"
10+
description: "A clear and concise description of what the bug is."
11+
placeholder: "Description"
12+
validations:
13+
required: true
14+
- id: reproduce-steps
15+
type: textarea
16+
attributes:
17+
label: "Steps to reproduce"
18+
description: "Steps to reproduce the behavior:"
19+
placeholder: >
20+
1. Go to '...'
21+
2. Click on '....'
22+
3. Scroll down to '....'
23+
4. See error
24+
validations:
25+
required: true
26+
- id: expected-behavior
27+
type: textarea
28+
attributes:
29+
label: "Expected behavior"
30+
description: "A clear and concise description of what you expected to happen."
31+
placeholder: "Expected behavior"
32+
validations:
33+
required: false
34+
- id: additional-context
35+
types: textarea
36+
attributes:
37+
label: "Additional context"
38+
description: "Add any other context about the problem here."
39+
placeholder: "Additional context"
40+
validations:
41+
required: false
42+
- id: terms
43+
type: checkboxes
44+
attributes:
45+
label: Code of Conduct
46+
description: By submitting this issue, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md).
47+
options:
48+
- label: I agree to follow this project's Code of Conduct
49+
required: true

.github/ISSUE_TEMPLATE/custom.md

-10
This file was deleted.

CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributing Guideline
2+
3+
TODO: Complete stub file

SECURITY.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
| latest | :white_check_mark: |
88

99
## Reporting a Vulnerability
10+
11+
TODO: Complete stub file

0 commit comments

Comments
 (0)