-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request janhq#3605 from janhq/bugreport
chore: fix issue creation templates
- Loading branch information
Showing
5 changed files
with
42 additions
and
119 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,20 @@ | ||
name: "\U0001F680 Feature Request" | ||
description: "Suggest an idea for this project \U0001F63B!" | ||
title: 'feat: [DESCRIPTION]' | ||
title: 'idea: [DESCRIPTION]' | ||
labels: 'type: feature request' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for taking the time to fill out this form!" | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: "#" | ||
description: "Please search [here](./?q=is%3Aissue) to see if an issue already exists for the feature you are requesting" | ||
options: | ||
- label: "I have searched the existing issues" | ||
required: false | ||
|
||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: "Background" | ||
description: "Briefly describe the context or problem that led to this feature request" | ||
label: "Problem Statement" | ||
description: "Describe the problem you're facing" | ||
placeholder: | | ||
I'm always frustrated when ... | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: "Feature request" | ||
description: "Clearly describe the feature or improvement you're proposing" | ||
|
||
- type: textarea | ||
attributes: | ||
label: "Proposed Implementation" | ||
description: "If you have ideas on how this could be implemented, describe them here" | ||
|
||
- type: textarea | ||
attributes: | ||
label: "Additional Notes" | ||
description: "Any other relevant information, considerations, or screenshots" | ||
label: "Feature Idea" | ||
description: "Describe what you want instead. Examples are welcome!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: "\U0001F929 Model Request" | ||
description: "Request a new model to be compiled" | ||
title: 'feat: [DESCRIPTION]' | ||
labels: 'type: model request' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "**Tip:** Download any HuggingFace model in app ([see guides](https://jan.ai/docs/models/manage-models#add-models)). Use this form for unsupported models only." | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: "Model Requests" | ||
description: "If applicable, include the source URL, licenses, and any other relevant information" | ||
- type: checkboxes | ||
attributes: | ||
label: "Which formats?" | ||
options: | ||
- label: GGUF (llama.cpp) | ||
- label: TensorRT (TensorRT-LLM) | ||
- label: ONNX (Onnx Runtime) |