Skip to content

Commit 54e04ff

Browse files
authored
Merge pull request #249 from CCPBioSim/248-add-configyaml
Enable Issue Template Picker by Adding Templates and Adding Configuration File
2 parents 4b5805c + 8bc4d1a commit 54e04ff

File tree

5 files changed

+59
-7
lines changed

5 files changed

+59
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
21
---
32
name: 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]: '
65
labels: bug
76
assignees: ''
87

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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"
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
21
---
32
name: 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'
76
assignees: ''
87
---
98

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

0 commit comments

Comments
 (0)