Skip to content
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

---
name: Bug report
about: Create a report to help us improve
title: ''
about: Create a report to help us improve CodeEntropy
title: '[Bug]: '
labels: bug
assignees: ''

Expand Down
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
blank_issues_enabled: false
issue_templates:
- name: "Bug Report"
description: "Report a bug in CodeEntropy."
title: "[Bug]: "
labels: ["bug"]
body: "./ISSUE_TEMPLATE/bug_report.md"
- name: "Feature Request"
description: "Propose a new feature or improvement."
title: "[Feature]: "
labels: ["enhancement"]
body: "./ISSUE_TEMPLATE/feature_request.md"
- name: "Documentation"
description: "Suggest updates or additions to the documentation."
title: "[Docs]: "
labels: ["documentation"]
body: "./ISSUE_TEMPLATE/documentation.md"
- name: "General Report"
description: "Provide general feedback or inquiries."
title: "[General]: "
labels: ["general"]
body: "./ISSUE_TEMPLATE/general_report.md"
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Documentation
about: Suggest updates or additions to documentation
title: "[Docs]: "
labels: documentation
assignees: ''
---

### Documentation Update
What part of the documentation needs to be updated or added?

### Why Is This Needed?
Explain the importance of this update.

### Suggested Changes
Provide a detailed description of the changes.

### Additional Context
Include any related resources.
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
about: Suggest an idea for CodeEntropy
title: '[Feature]: '
labels: 'enhancement'
assignees: ''
---

Expand Down
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/general_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: General Report
about: Provide general feedback or inquiries
title: "[General]: "
labels: general
assignees: ''
---

### Feedback or Inquiry
Provide your feedback or inquiry.

### Additional Information
Add any other relevant details here.