Skip to content

Commit 3c5a87a

Browse files
author
Sandip Pramanik
authored
chore: update issue templates (#13)
* chore: update issue templates * chore: add thanks message to feature request
1 parent 8350e1b commit 3c5a87a

File tree

4 files changed

+89
-90
lines changed

4 files changed

+89
-90
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

-48
This file was deleted.
+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: Bug Report
2+
description: Create a report to help us improve
3+
title: "fix: "
4+
labels: [bug]
5+
assignees:
6+
- thecodexhub
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this bug report!
12+
- type: textarea
13+
id: what-happened
14+
attributes:
15+
label: What happened?
16+
description: Also tell us, what did you expect to happen?
17+
placeholder: Tell us what you see!
18+
value: "A bug happened!"
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: setps-to-reproduce
23+
attributes:
24+
label: Steps To Reproduce
25+
description: A set of instructions, step by step, explaining how to reproduce the bug.
26+
placeholder: |
27+
1. Go to '...'
28+
2. Click on '....'
29+
3. Scroll down to '....'
30+
4. See error
31+
validations:
32+
required: true
33+
- type: textarea
34+
id: additional-context
35+
attributes:
36+
label: Additional Context
37+
description: Add any other context, including links/screenshots/video recordings/etc about the problem here.
38+
placeholder: "Provide context here."
39+
- type: checkboxes
40+
id: terms
41+
attributes:
42+
label: Code of Conduct
43+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/thecodexhub/typethis/blob/main/CODE_OF_CONDUCT.md).
44+
options:
45+
- label: I agree to follow this project's Code of Conduct
46+
required: true

.github/ISSUE_TEMPLATE/feature_request.md

-42
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: Feature Request
2+
description: A new feature to be added to the project
3+
title: "feat: "
4+
labels: [feature]
5+
assignees:
6+
- thecodexhub
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this feature request report!
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Description
16+
description: Clearly describe what you are looking to add. The more business/user context the better.
17+
placeholder: "Provide a description of the feature."
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: requirements
22+
attributes:
23+
label: Requirements
24+
description: The list of requirements that need to be met in order to consider the issue to be completed. Please be as explicit as possible.
25+
value: |
26+
- [ ] All CI/CD checks are passing.
27+
- [ ] There is no drop in the test coverage percentage.
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: additional-context
32+
attributes:
33+
label: Additional Context
34+
description: Add any other context, including links/screenshots/video recordings/etc about the problem here.
35+
placeholder: "Provide context here."
36+
- type: checkboxes
37+
id: terms
38+
attributes:
39+
label: Code of Conduct
40+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/thecodexhub/typethis/blob/main/CODE_OF_CONDUCT.md).
41+
options:
42+
- label: I agree to follow this project's Code of Conduct
43+
required: true

0 commit comments

Comments
 (0)