File tree Expand file tree Collapse file tree 7 files changed +121
-91
lines changed Expand file tree Collapse file tree 7 files changed +121
-91
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/ )
You can’t perform that action at this time.
0 commit comments