Skip to content

Commit ef5b593

Browse files
Add issue templates for bug reports, documentation improvements, and feature requests
1 parent 9fd143c commit ef5b593

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Bug Report
2+
description: File a bug report.
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
- type: dropdown
11+
id: software-component
12+
attributes:
13+
label: Where did you find this bug?
14+
multiple: true
15+
options:
16+
- PyGambit
17+
- Gambit CLI
18+
- Gambit GUI
19+
- Other
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: what-happened
24+
attributes:
25+
label: What happened?
26+
description: Also tell us, what did you expect to happen?
27+
placeholder: Tell us what you see and provide a screenshot if appropriate.
28+
value: "A bug happened!"
29+
validations:
30+
required: true
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Documentation Improvement
2+
description: Suggest a change to the Gambit documentation.
3+
title: "[Documentation]: "
4+
labels: ["documentation"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this documentation improvement request!
10+
- type: textarea
11+
id: request-details
12+
attributes:
13+
label: Requested documentation improvement
14+
description: Please provide details about the documentation improvement you would like to see. If you want to edit a specific page, please include the URL. If you have an idea for a new page, please explain where it should fit in the documentation structure.
15+
placeholder: Describe the documentation improvement in detail.
16+
value: "A documentation improvement suggestion!"
17+
validations:
18+
required: true
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Feature Request
2+
description: Suggest a new feature or improvement to the Gambit software.
3+
labels: ["enhancement"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this feature request!
9+
- type: dropdown
10+
id: software-component
11+
attributes:
12+
label: This feature request is for...
13+
multiple: true
14+
options:
15+
- PyGambit
16+
- Gambit CLI
17+
- Gambit GUI
18+
- Other
19+
- type: textarea
20+
id: request-details
21+
attributes:
22+
label: Requested enahancement or feature
23+
description: Please provide details about the feature or improvement you would like to see and add any relevant labels.
24+
placeholder: Describe the feature or improvement in detail.
25+
value: "A feature or improvement suggestion!"
26+
validations:
27+
required: true

0 commit comments

Comments
 (0)