Skip to content

Commit dcb0e6c

Browse files
committed
github: new, more flexible issue templates
Signed-off-by: Jared Van Bortel <[email protected]>
1 parent f569ae9 commit dcb0e6c

File tree

9 files changed

+116
-122
lines changed

9 files changed

+116
-122
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: "\U0001F6E0 Bindings Bug Report"
3+
about: A bug report for the GPT4All Bindings
4+
labels: ["bindings", "bug-unconfirmed"]
5+
---
6+
7+
<!-- Before creating a new issue, please make sure to take a few moments to check the issue tracker for existing issues about the bug. --!>
8+
9+
### Bug Report
10+
11+
<!-- A clear and concise description of what the bug is. -->
12+
13+
### Example Code
14+
15+
<!-- Please provide a minimal code example that can be used to experience this issue. Delete this section if it does not apply. --!>
16+
17+
### Steps to Reproduce
18+
19+
<!-- List the steps that should be taken to experience this issue. --!>
20+
21+
1.
22+
2.
23+
3.
24+
25+
### Expected Behavior
26+
27+
<!-- In a few words, what did you expect to happen? --!>
28+
29+
### Your Environment
30+
31+
- Bindings version (e.g. "Version" from `pip show gpt4all`):
32+
- Operating System:
33+
- Chat model used (if applicable):
34+
35+
<!-- You can freely edit this text, please remove all the lines you believe are unnecessary. -->

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/chat-bug.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: "\U0001F4AC Chat UI Bug Report"
3+
about: A bug report for the GPT4All Chat UI
4+
labels: ["chat", "bug-unconfirmed"]
5+
---
6+
7+
<!-- Before creating a new issue, please make sure to take a few moments to check the issue tracker for existing issues about the bug. --!>
8+
9+
### Bug Report
10+
11+
<!-- A clear and concise description of what the bug is. -->
12+
13+
### Steps to Reproduce
14+
15+
<!-- List the steps that should be taken to experience this issue. Provide any relevant information about your configuration, and describe anything that was unexpected. --!>
16+
17+
1.
18+
2.
19+
3.
20+
21+
### Expected Behavior
22+
23+
<!-- In a few words, what did you expect to happen? --!>
24+
25+
### Your Environment
26+
27+
- GPT4All version:
28+
- Operating System:
29+
- Chat model used (if applicable):
30+
31+
<!-- You can freely edit this text, please remove all the lines you believe are unnecessary. -->
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: "\U0001F4C4 Documentation"
3+
about: An issue related to the GPT4All documentation
4+
labels: ["documentation"]
5+
---
6+
7+
### Documentation
8+
9+
<!-- Please describe the issue with the documentation as clearly as possible. --!>

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: "\U0001F680 Feature Request"
3+
about: Submit a proposal/request for a new GPT4All feature
4+
labels: ["enhancement"]
5+
---
6+
7+
### Feature Request
8+
9+
<!-- A clear and concise description of the feature proposal. -->

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/other-bug.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: "\U0001F41B Other Bug Report"
3+
about: A bug in another component of GPT4All
4+
labels: ["bug-unconfirmed"]
5+
---
6+
7+
<!-- Before creating a new issue, please make sure to take a few moments to check the issue tracker for existing issues about the bug. --!>
8+
9+
### Bug Report
10+
11+
<!-- A clear and concise description of what the bug is. -->
12+
13+
### Steps to Reproduce
14+
15+
<!-- List the steps that should be taken to experience this issue. Provide any relevant information about your configuration, and describe anything that was unexpected. If this bug involves original code, please provide a minimal version that can reproduce the issue. --!>
16+
17+
1.
18+
2.
19+
3.
20+
21+
### Expected Behavior
22+
23+
<!-- In a few words, what did you expect to happen? --!>
24+
25+
### Your Environment
26+
27+
- GPT4All version (if applicable):
28+
- Operating System:
29+
- Chat model used (if applicable):
30+
31+
<!-- You can freely edit this text, please remove all the lines you believe are unnecessary. -->
32+

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)