Skip to content

Commit

Permalink
Create bug_report.yaml and feature_request.yaml (#29)
Browse files Browse the repository at this point in the history
## Summary
Create bug_report.yaml and feature_request.yaml
  • Loading branch information
lancerts authored Aug 15, 2024
1 parent d5609fd commit 5542976
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: πŸ› Bug Report
description: Create a report to help us reproduce and fix the bug

body:
- type: markdown
attributes:
value: >
#### Before submitting a bug, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/triton-lang/triton/issues).
- type: textarea
attributes:
label: πŸ› Describe the bug
description: |
Please provide a clear and concise description of what the bug is.
placeholder: |
A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
attributes:
label: Reproduce
description: |
If applicable, add a minimal example so that we can reproduce the error by running the code.
The snippet needs to be as succinct (minimal) as possible, so please take time to trim down any irrelevant code to help us debug efficiently.
We are going to copy-paste your code and we expect to get the same result as you did: avoid any external data, and include the relevant imports, etc.
If the code is too long (hopefully, it isn't), feel free to put it in a public gist and link it in the issue: https://gist.github.com.
Please also paste or describe the results you observe instead of the expected results.
If you observe an error, please paste the error message including the **full** traceback of the exception.
validations:
required: false

- type: textarea
attributes:
label: Versions
description: |
Please provide triton, torch, hardware, and other necessary versions to reproduce the bug.
validations:
required: true

- type: markdown
attributes:
value: >
Thanks for contributing πŸŽ‰!
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: πŸš€ Feature request
description: Submit a proposal/request for a new Triton feature

body:
- 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 πŸŽ‰!

0 comments on commit 5542976

Please sign in to comment.