From dcb0e6c8a8fad58c864b04a2d65463957eec873f Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Fri, 9 Feb 2024 12:11:35 -0500 Subject: [PATCH] github: new, more flexible issue templates Signed-off-by: Jared Van Bortel --- .github/ISSUE_TEMPLATE/bindings-bug.md | 35 ++++++++++++++ .github/ISSUE_TEMPLATE/bug-report.yml | 55 ---------------------- .github/ISSUE_TEMPLATE/chat-bug.md | 31 ++++++++++++ .github/ISSUE_TEMPLATE/documentation.md | 9 ++++ .github/ISSUE_TEMPLATE/documentation.yml | 19 -------- .github/ISSUE_TEMPLATE/feature-request.md | 9 ++++ .github/ISSUE_TEMPLATE/feature-request.yml | 30 ------------ .github/ISSUE_TEMPLATE/other-bug.md | 32 +++++++++++++ .github/ISSUE_TEMPLATE/other.yml | 18 ------- 9 files changed, 116 insertions(+), 122 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bindings-bug.md delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml create mode 100644 .github/ISSUE_TEMPLATE/chat-bug.md create mode 100644 .github/ISSUE_TEMPLATE/documentation.md delete mode 100644 .github/ISSUE_TEMPLATE/documentation.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml create mode 100644 .github/ISSUE_TEMPLATE/other-bug.md delete mode 100644 .github/ISSUE_TEMPLATE/other.yml diff --git a/.github/ISSUE_TEMPLATE/bindings-bug.md b/.github/ISSUE_TEMPLATE/bindings-bug.md new file mode 100644 index 000000000000..1e4e38969b88 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bindings-bug.md @@ -0,0 +1,35 @@ +--- +name: "\U0001F6E0 Bindings Bug Report" +about: A bug report for the GPT4All Bindings +labels: ["bindings", "bug-unconfirmed"] +--- + + + +### Bug Report + + + +### Example Code + + + +### Steps to Reproduce + + + +1. +2. +3. + +### Expected Behavior + + + +### Your Environment + +- Bindings version (e.g. "Version" from `pip show gpt4all`): +- Operating System: +- Chat model used (if applicable): + + diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml deleted file mode 100644 index 4e446ac58225..000000000000 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ /dev/null @@ -1,55 +0,0 @@ -name: "\U0001F41B Bug Report" -description: Submit a bug report to help us improve GPT4All -labels: ["02 Bug Report"] -body: - - type: markdown - attributes: - value: > - Thank you for taking the time to file a bug report. Before creating a new - issue, please make sure to take a few moments to check the issue tracker - for existing issues about the bug. - - - type: textarea - id: system-info - attributes: - label: System Info - description: Please share your system info with us. - placeholder: GPT4All version, platform, python version, etc... - validations: - required: true - - - type: checkboxes - id: information-scripts-examples - attributes: - label: Information - description: "The problem arises when using:" - options: - - label: "The official example notebooks/scripts" - - label: "My own modified scripts" - - - type: textarea - id: reproduction - validations: - required: true - attributes: - label: Reproduction - description: | - Please provide a [code sample](https://stackoverflow.com/help/minimal-reproducible-example) that reproduces the problem you ran into. It can be a Colab link or just a code snippet. - If you have code snippets, error messages, stack traces please provide them here as well. - Important! Use code tags to correctly format your code. See https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting - Avoid screenshots when possible, as they are hard to read and (more importantly) don't allow others to copy-and-paste your code. - - placeholder: | - Steps to reproduce the behavior: - - 1. - 2. - 3. - - - type: textarea - id: expected-behavior - validations: - required: true - attributes: - label: Expected behavior - description: "A clear and concise description of what you would expect to happen." diff --git a/.github/ISSUE_TEMPLATE/chat-bug.md b/.github/ISSUE_TEMPLATE/chat-bug.md new file mode 100644 index 000000000000..3118e8619d95 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/chat-bug.md @@ -0,0 +1,31 @@ +--- +name: "\U0001F4AC Chat UI Bug Report" +about: A bug report for the GPT4All Chat UI +labels: ["chat", "bug-unconfirmed"] +--- + + + +### Bug Report + + + +### Steps to Reproduce + + + +1. +2. +3. + +### Expected Behavior + + + +### Your Environment + +- GPT4All version: +- Operating System: +- Chat model used (if applicable): + + diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 000000000000..d55e7662e872 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,9 @@ +--- +name: "\U0001F4C4 Documentation" +about: An issue related to the GPT4All documentation +labels: ["documentation"] +--- + +### Documentation + + diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml deleted file mode 100644 index 0b8626f47d93..000000000000 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Documentation -description: Report an issue related to the GPT4All documentation. -title: "DOC: " -labels: [03 - Documentation] - -body: -- type: textarea - attributes: - label: "Issue with current documentation:" - description: > - Please make sure to leave a reference to the document/code you're - referring to. - -- type: textarea - attributes: - label: "Idea or request for content:" - description: > - Please describe as clearly as possible what topics you think are missing - from the current documentation. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000000..5c5b691a46b4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,9 @@ +--- +name: "\U0001F680 Feature Request" +about: Submit a proposal/request for a new GPT4All feature +labels: ["enhancement"] +--- + +### Feature Request + + diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml deleted file mode 100644 index 92282dbdb442..000000000000 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: "\U0001F680 Feature Request" -description: Submit a proposal/request for a new GPT4All feature -labels: ["02 Feature Request"] -body: - - type: textarea - id: feature-request - validations: - required: true - attributes: - label: Feature request - description: | - A clear and concise description of the feature proposal. Please provide links to any relevant GitHub repos, papers, or other resources if relevant. - - - type: textarea - id: motivation - validations: - required: true - attributes: - label: Motivation - description: | - Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too. - - - type: textarea - id: contribution - validations: - required: true - attributes: - label: Your contribution - description: | - Is there any way that you could help, e.g. by submitting a PR? Make sure to read the CONTRIBUTING.MD [readme](https://github.com/nomic-ai/gpt4all/blob/main/CONTRIBUTING.md) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/other-bug.md b/.github/ISSUE_TEMPLATE/other-bug.md new file mode 100644 index 000000000000..157b9d1aa6f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other-bug.md @@ -0,0 +1,32 @@ +--- +name: "\U0001F41B Other Bug Report" +about: A bug in another component of GPT4All +labels: ["bug-unconfirmed"] +--- + + + +### Bug Report + + + +### Steps to Reproduce + + + +1. +2. +3. + +### Expected Behavior + + + +### Your Environment + +- GPT4All version (if applicable): +- Operating System: +- Chat model used (if applicable): + + + diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml deleted file mode 100644 index c0068f0f1e0a..000000000000 --- a/.github/ISSUE_TEMPLATE/other.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Other Issue -description: Raise an issue that wouldn't be covered by the other templates. -title: "Issue: " -labels: [04 - Other] - -body: - - type: textarea - attributes: - label: "Issue you'd like to raise." - description: > - Please describe the issue you'd like to raise as clearly as possible. - Make sure to include any relevant links or references. - - - type: textarea - attributes: - label: "Suggestion:" - description: > - Please outline a suggestion to improve the issue here. \ No newline at end of file