Skip to content

Commit cce0c92

Browse files
committed
Add issue templates based on llm-compressor
Signed-off-by: Samuel Monson <[email protected]>
1 parent ef04f60 commit cce0c92

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
labels: bug
5+
6+
---
7+
8+
**Describe the bug**
9+
A clear and concise description of what the bug is.
10+
11+
**Expected behavior**
12+
A clear and concise description of what you expected to happen.
13+
14+
**Environment**
15+
Include all relevant environment information:
16+
1. OS [e.g. Ubuntu 20.04]:
17+
2. Python version [e.g. 3.12.2]:
18+
19+
**To Reproduce**
20+
Exact steps to reproduce the behavior:
21+
22+
23+
**Errors**
24+
If applicable, add a full print-out of any errors or exceptions that are raised or include screenshots to help explain your problem.
25+
26+
**Additional context**
27+
Add any other context about the problem here. Also include any relevant files.

.github/ISSUE_TEMPLATE/doc-edit.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Doc edit
3+
about: Propose changes to project documentation
4+
labels: documentation
5+
6+
---
7+
8+
**What is the URL, file, or UI containing proposed doc change**
9+
Where does one find the original content or where would this change go?
10+
11+
**What is the current content or situation in question**
12+
Copy/paste the source content or describe gap.
13+
14+
**What is the proposed change**
15+
Add new content.
16+
17+
**Additional context**
18+
Add any other context about the change here. Also include any relevant files or URLs.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
labels: enhancement
5+
6+
---
7+
8+
**Is your feature request related to a problem? Please describe.**
9+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
10+
11+
**Describe the solution you'd like**
12+
A clear and concise description of what you want to happen.
13+
14+
**Describe alternatives you've considered**
15+
A clear and concise description of any alternative solutions or features you've considered.
16+
17+
**Additional context**
18+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)