Skip to content

Commit

Permalink
docs: add bug report template (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyuanjushi authored Jul 5, 2024
1 parent df4d72a commit 943c589
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/001-bug-report.yml
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.

0 comments on commit 943c589

Please sign in to comment.