Skip to content

Commit

Permalink
github: new, more flexible issue templates
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
  • Loading branch information
cebtenzzre committed Feb 9, 2024
1 parent f569ae9 commit dcb0e6c
Show file tree
Hide file tree
Showing 9 changed files with 116 additions and 122 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bindings-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: "\U0001F6E0 Bindings Bug Report"
about: A bug report for the GPT4All Bindings
labels: ["bindings", "bug-unconfirmed"]
---

<!-- Before creating a new issue, please make sure to take a few moments to check the issue tracker for existing issues about the bug. --!>

### Bug Report

<!-- A clear and concise description of what the bug is. -->

### Example Code

<!-- Please provide a minimal code example that can be used to experience this issue. Delete this section if it does not apply. --!>

### Steps to Reproduce

<!-- List the steps that should be taken to experience this issue. --!>

1.
2.
3.

### Expected Behavior

<!-- In a few words, what did you expect to happen? --!>

### Your Environment

- Bindings version (e.g. "Version" from `pip show gpt4all`):
- Operating System:
- Chat model used (if applicable):

<!-- You can freely edit this text, please remove all the lines you believe are unnecessary. -->
55 changes: 0 additions & 55 deletions .github/ISSUE_TEMPLATE/bug-report.yml

This file was deleted.

31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/chat-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: "\U0001F4AC Chat UI Bug Report"
about: A bug report for the GPT4All Chat UI
labels: ["chat", "bug-unconfirmed"]
---

<!-- Before creating a new issue, please make sure to take a few moments to check the issue tracker for existing issues about the bug. --!>

### Bug Report

<!-- A clear and concise description of what the bug is. -->

### Steps to Reproduce

<!-- List the steps that should be taken to experience this issue. Provide any relevant information about your configuration, and describe anything that was unexpected. --!>

1.
2.
3.

### Expected Behavior

<!-- In a few words, what did you expect to happen? --!>

### Your Environment

- GPT4All version:
- Operating System:
- Chat model used (if applicable):

<!-- You can freely edit this text, please remove all the lines you believe are unnecessary. -->
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: "\U0001F4C4 Documentation"
about: An issue related to the GPT4All documentation
labels: ["documentation"]
---

### Documentation

<!-- Please describe the issue with the documentation as clearly as possible. --!>
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/documentation.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: "\U0001F680 Feature Request"
about: Submit a proposal/request for a new GPT4All feature
labels: ["enhancement"]
---

### Feature Request

<!-- A clear and concise description of the feature proposal. -->
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/feature-request.yml

This file was deleted.

32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/other-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: "\U0001F41B Other Bug Report"
about: A bug in another component of GPT4All
labels: ["bug-unconfirmed"]
---

<!-- Before creating a new issue, please make sure to take a few moments to check the issue tracker for existing issues about the bug. --!>

### Bug Report

<!-- A clear and concise description of what the bug is. -->

### Steps to Reproduce

<!-- 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. --!>

1.
2.
3.

### Expected Behavior

<!-- In a few words, what did you expect to happen? --!>

### Your Environment

- GPT4All version (if applicable):
- Operating System:
- Chat model used (if applicable):

<!-- You can freely edit this text, please remove all the lines you believe are unnecessary. -->

18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/other.yml

This file was deleted.

0 comments on commit dcb0e6c

Please sign in to comment.