CoolFace
Apppublic

weekev/babylon-chat

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
feature-request.yml30 linesDownload Raw Back to ISSUE_TEMPLATE
1name: "\U0001F680 Feature Request"2description: Submit a proposal/request for a new GPT4All feature3labels: ["02 Feature Request"]4body:5  - type: textarea6    id: feature-request7    validations:8      required: true9    attributes:10      label: Feature request11      description: |12        A clear and concise description of the feature proposal. Please provide links to any relevant GitHub repos, papers, or other resources if relevant.13 14  - type: textarea15    id: motivation16    validations:17      required: true18    attributes:19      label: Motivation20      description: |21        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.22 23  - type: textarea24    id: contribution25    validations:26      required: true27    attributes:28      label: Your contribution29      description: |30        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)