Skip to content

Commit cdf9d34

Browse files
committed
Update ISSUE_TEMPLATEs
1 parent 425dd56 commit cdf9d34

File tree

7 files changed

+121
-91
lines changed

7 files changed

+121
-91
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: 🐞 Bug report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
body:
5+
- type: checkboxes
6+
id: existing-issue
7+
attributes:
8+
label: Is there an existing issue for this?
9+
description: Please search to see if an issue already exists for the bug you encountered.
10+
options:
11+
- label: I have searched the existing issues
12+
required: true
13+
- type: textarea
14+
id: what-happened
15+
attributes:
16+
label: What happened?
17+
description: A concise description of what you are experiencing.
18+
placeholder: Tell us what you see!
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: screenshots
23+
attributes:
24+
label: Add ScreenShots
25+
description: Add sufficient ScreenShots to explain your issue.
26+
- type: dropdown
27+
id: browsers
28+
attributes:
29+
label: What browsers are you seeing the problem on?
30+
multiple: true
31+
options:
32+
- Firefox
33+
- Chrome
34+
- Safari
35+
- Microsoft Edge
36+
- type: checkboxes
37+
id: terms
38+
attributes:
39+
label: Record
40+
options:
41+
- label: "I agree to follow this project's Code of Conduct"
42+
required: true
43+
- label: "I want to work on this issue"
44+
required: False
45+
- label: "I'm willing to provide further clarification or assistance if needed."
46+
required: False

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: 📝 Documentation Update
2+
description: Improve Documentation
3+
title: "[Documentation Update]: "
4+
body:
5+
- type: checkboxes
6+
id: existing-issue
7+
attributes:
8+
label: Is there an existing issue for this?
9+
description: Please search to see if an issue already exists for the updates you want to make.
10+
options:
11+
- label: I have searched the existing issues
12+
required: true
13+
- type: textarea
14+
id: issue-description
15+
attributes:
16+
label: Issue Description
17+
description: Please provide a clear description of the documentation update you are suggesting.
18+
placeholder: Describe the improvement or correction you'd like to see in the documentation.
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: suggested-change
23+
attributes:
24+
label: Suggested Change
25+
description: Provide details of the proposed change to the documentation.
26+
placeholder: Explain how the documentation should be updated or corrected.
27+
validations:
28+
required: true
29+
30+
31+
- type: checkboxes
32+
id: terms
33+
attributes:
34+
label: Record
35+
options:
36+
- label: "I agree to follow this project's Code of Conduct"
37+
required: true
38+
- label: "I want to work on this issue"
39+
required: False
40+
- label: "I'm willing to provide further clarification or assistance if needed."
41+
required: False

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: ✨ Feature Request
2+
description: Suggest a feature
3+
title: "[Feature Request]: "
4+
body:
5+
- type: checkboxes
6+
id: existing-issue
7+
attributes:
8+
label: Is there an existing issue for this?
9+
description: Please search to see if an issue already exists for this feature.
10+
options:
11+
- label: I have searched the existing issues
12+
required: true
13+
- type: textarea
14+
id: feature-description
15+
attributes:
16+
label: Feature Description
17+
description: Please provide a detailed description of the feature you are requesting.
18+
placeholder: Describe the new feature or enhancement you'd like to see.
19+
validations:
20+
required: true
21+
22+
23+
- type: checkboxes
24+
id: terms
25+
attributes:
26+
label: Record
27+
options:
28+
- label: "I agree to follow this project's Code of Conduct"
29+
required: true
30+
- label: "I want to work on this issue"
31+
required: False
32+
- label: "I'm willing to provide further clarification or assistance if needed."
33+
required: False

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
# 📝 Todo Application
3+
# 📝 Golang Todo Application
44

55
[![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white)](https://go.dev/)
66
[![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)](https://reactjs.org/)

0 commit comments

Comments
 (0)