Changes some styles and enforces following of guidelines on issue openings

This commit is contained in:
Yan Mendes 2024-05-22 17:38:33 -03:00 committed by GitHub
parent fd6e6ddec5
commit bfa5f346b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 45 additions and 28 deletions

View File

@ -1,28 +0,0 @@
---
name: Bug report
about: Create a bug report to help us improve.
title: ''
labels: bug
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Running command...
2. With code....
3. Error...
**Expected behavior**
describe the expected behavior.
**Desktop (please complete the following information):**
- OS: [e.g. Linux (Ubuntu 22.04)]
- CPU: [e.g. Intel i9-14900KF]
- GPU: [e.g. RTX 4090]
- Cuda Version [e.g. release 12.4, V12.4.131]
**Additional context**
Add any other context about the problem here.

45
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,45 @@
name: Bug report
description: Create a report to help us improve.
body:
- type: markdown
attributes:
value: |
### Bug Report
Note, your issue might have been already reported, please check [issues](https://github.com/HigherOrderCO/Bend/issues). If you find a similar issue, respond with a reaction or any additional information that you feel may be helpful.
### For Windows Users
There is currently no native way to make Bend work on windows, as a temporary workaround, please use [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install).
- type: textarea
attributes:
label: Reproducing the behavior
description: A clear and concise description of what the bug is.
value: |
Example:
Running command...
With code....
Error...
Expected behavior....
validations:
required: true
- type: textarea
attributes:
label: System Settings
description: Your System's settings
value: |
Example:
- HVM: [e.g. HVM 2.0.13]
- Bend: [e.g. 0.2.11]
- OS: [e.g. Linux (Ubuntu 22.04)]
- CPU: [e.g. Intel i9-14900KF]
- GPU: [e.g. RTX 4090]
- Cuda Version [e.g. release 12.4, V12.4.131]
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here (Optional).