-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add bug report template (#157)
- Loading branch information
1 parent
df4d72a
commit 943c589
Showing
5 changed files
with
36 additions
and
0 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: Bug report | ||
description: Raise an issue here if you find a bug. | ||
title: "[Bug]: " | ||
labels: ["bug"] | ||
|
||
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 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe your current environment | ||
description: | | ||
Your current environment information (including OS, GPU, Cuda-version) | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug | ||
description: | | ||
Please provide a clear and concise description of what the bug is. | ||
If relevant, add a minimal example so that we can reproduce the error by running the code. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Thanks for contributing π! |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.