mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
70 lines
2.3 KiB
YAML
70 lines
2.3 KiB
YAML
|
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: checkboxes
|
||
|
id: related-components
|
||
|
attributes:
|
||
|
label: Related Components
|
||
|
description: "Select the components related to the issue (if applicable):"
|
||
|
options:
|
||
|
- label: "backend"
|
||
|
- label: "bindings"
|
||
|
- label: "python-bindings"
|
||
|
- label: "chat-ui"
|
||
|
- label: "models"
|
||
|
- label: "circleci"
|
||
|
- label: "docker"
|
||
|
- label: "api"
|
||
|
|
||
|
- 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."
|