File tree Expand file tree Collapse file tree 5 files changed +59
-7
lines changed
Expand file tree Collapse file tree 5 files changed +59
-7
lines changed Original file line number Diff line number Diff line change 1-
21---
32name : Bug report
4- about: Create a report to help us improve
5- title: ''
3+ about : Create a report to help us improve CodeEntropy
4+ title : ' [Bug]: '
65labels : bug
76assignees : ' '
87
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ issue_templates :
3+ - name : " Bug Report"
4+ description : " Report a bug in CodeEntropy."
5+ title : " [Bug]: "
6+ labels : ["bug"]
7+ body : " ./ISSUE_TEMPLATE/bug_report.md"
8+ - name : " Feature Request"
9+ description : " Propose a new feature or improvement."
10+ title : " [Feature]: "
11+ labels : ["enhancement"]
12+ body : " ./ISSUE_TEMPLATE/feature_request.md"
13+ - name : " Documentation"
14+ description : " Suggest updates or additions to the documentation."
15+ title : " [Docs]: "
16+ labels : ["documentation"]
17+ body : " ./ISSUE_TEMPLATE/documentation.md"
18+ - name : " General Report"
19+ description : " Provide general feedback or inquiries."
20+ title : " [General]: "
21+ labels : ["general"]
22+ body : " ./ISSUE_TEMPLATE/general_report.md"
Original file line number Diff line number Diff line change 1+ ---
2+ name : Documentation
3+ about : Suggest updates or additions to documentation
4+ title : " [Docs]: "
5+ labels : documentation
6+ assignees : ' '
7+ ---
8+
9+ ### Documentation Update
10+ What part of the documentation needs to be updated or added?
11+
12+ ### Why Is This Needed?
13+ Explain the importance of this update.
14+
15+ ### Suggested Changes
16+ Provide a detailed description of the changes.
17+
18+ ### Additional Context
19+ Include any related resources.
Original file line number Diff line number Diff line change 1-
21---
32name : Feature request
4- about: Suggest an idea for this project
5- title: ''
6- labels: ''
3+ about : Suggest an idea for CodeEntropy
4+ title : ' [Feature]: '
5+ labels : ' enhancement '
76assignees : ' '
87---
98
Original file line number Diff line number Diff line change 1+ ---
2+ name : General Report
3+ about : Provide general feedback or inquiries
4+ title : " [General]: "
5+ labels : general
6+ assignees : ' '
7+ ---
8+
9+ ### Feedback or Inquiry
10+ Provide your feedback or inquiry.
11+
12+ ### Additional Information
13+ Add any other relevant details here.
You can’t perform that action at this time.
0 commit comments