Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
aName2050 authored May 24, 2024
1 parent 652257b commit a3b2116
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug Report
about: Help us improve by reporting bugs
title: "[BUG_REPORT]"
labels: Bug
assignees: aName2050

---

### Description
**Describe the bug**
What's the bug? Where does it occur?

### Reproduction
**What causes the bug? When and where does it happen?**


**Expected behavior**
What was supposed to happen?


**Screenshots**
If needed, add screenshots to help explain your issue.

### Additional Information
**Please fill out the following information, fill in with "N/A" when necessary.**

**Device Info**
- Device: [e.g. smartphone, desktop]
- Model: [e.g. Apple iPhone 15 Pro, Microsoft Surface Pro 9]
- OS: [e.g. iOS 17, Windows 11 23H2 build 22000)
If your issue is related to the CUDA tokenization feature, please include your hardware configuration below, otherwise **leave it blank**.
- CPU: [model @ clock speed]
- RAM: [e.g. DDR5 @ 4800 MHz]
- GPU: [model / GB VRAM / clock speed]
Other hardware information:

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature Request
about: Suggest an idea for this project
title: "[SUGGESTION]"
labels: Suggestion
assignees: aName2050

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit a3b2116

Please sign in to comment.