-
Notifications
You must be signed in to change notification settings - Fork 464
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add template for raising github issues (#156)
- Loading branch information
1 parent
3e43a3b
commit df4d72a
Showing
8 changed files
with
130 additions
and
9 deletions.
There are no files selected for viewing
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,36 @@ | ||
name: Feature request | ||
description: Submit a proposal/request for a new aios feature | ||
title: "[Feature] " | ||
labels: ["feature request"] | ||
|
||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Checked other resources | ||
description: Please confirm and check all the following options. | ||
options: | ||
- label: I added a very descriptive title to this issue. | ||
required: true | ||
- label: I am sure the issue hasn't been already addressed by searching through https://github.com/agiresearch/AIOS/issues. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: The feature, motivation and pitch | ||
description: > | ||
A clear and concise description of the feature proposal. Please outline the motivation for the proposal. Is your feature request related to a specific problem? e.g., *"I'm working on X and would like Y to be possible"*. If this is related to another GitHub issue, please link here too. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Alternatives | ||
description: > | ||
A description of any alternative solutions or features you've considered, if any. | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: > | ||
Add any other context or screenshots about the feature request. | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Thanks for contributing 🎉! |
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,17 @@ | ||
name: Misc/random discussions that do not fit into the above categories. | ||
description: Submit a discussion as you like. Note that developers are heavily overloaded and we mainly rely on community users to answer these issues. | ||
title: "[Misc] " | ||
labels: ["misc discussion"] | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: Anything you want to discuss about aios. | ||
description: > | ||
Anything you want to discuss about aios. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Thanks for contributing 🎉! |
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,33 @@ | ||
name: Request for a new llm endpoint support | ||
description: Submit a proposal/request for a new llm endpoint. | ||
title: "[New LLM-Endpoint] " | ||
labels: ["new llm endpoint"] | ||
|
||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Checked other resources | ||
description: Please confirm and check all the following options. | ||
options: | ||
- label: I added a very descriptive title to this issue. | ||
required: true | ||
- label: I am sure the issue hasn't been already addressed by searching through https://github.com/agiresearch/AIOS/issues. | ||
required: true | ||
- label: I am sure the new endpoint is not supported by aios currently by looking through https://github.com/agiresearch/aios/tree/main/aios/llm_kernel/llm_classes. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: The llm endpoint to consider. | ||
description: > | ||
An endpoint url, pointing to the llm endpoint that is good to integrate, e.g. https://ollama.com/ . | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What's your expected advantage of integrating the llm endpoint? | ||
description: > | ||
For example, lower latency, cost-free, cpu-only enabled? | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Thanks for contributing 🎉! |
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,35 @@ | ||
name: Usage | ||
description: Raise an issue here if you don't know how to use aios. | ||
title: "[Usage] " | ||
labels: ["usage"] | ||
|
||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Checked other resources | ||
description: Please confirm and check all the following options. | ||
options: | ||
- label: I added a very descriptive title to this issue. | ||
required: true | ||
- label: I am sure the issue hasn't been already addressed by searching through https://github.com/agiresearch/AIOS/issues. | ||
required: true | ||
- label: The usage issue is not resolved by updating to the latest stable version in the main branch. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Your current environment | ||
description: | | ||
Your current environment information (including OS, GPU, Cuda-version) | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: How would you like to use aios | ||
description: | | ||
A detailed description of how you want to use aios. | ||
value: | | ||
I want to run aios with the llm endpoint: xxx for agent: xxx. | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Thanks for contributing 🎉! |
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
File renamed without changes.
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