Skip to content

Commit 6fd91b5

Browse files
committed
chore(github): issue templates
1 parent cb51972 commit 6fd91b5

File tree

4 files changed

+50
-5
lines changed

4 files changed

+50
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
4+
title: ""
55
labels: bug
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is.
1211

1312
**To Reproduce**
1413
Steps to reproduce the behavior:
14+
1515
1. Go to '...'
1616
2. Click on '....'
1717
3. Scroll down to '....'
@@ -24,8 +24,9 @@ A clear and concise description of what you expected to happen.
2424
If applicable, add screenshots to help explain your problem.
2525

2626
**Versions:**
27-
- Operating System:
28-
- `lithia --version`
27+
28+
- Operating System:
29+
- `lithia --version`
2930

3031
**Additional context**
3132
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/docs.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Question
3+
about: If the documentation is unclear or wrong, please let us know!
4+
title: "Question: "
5+
labels: docs
6+
assignees: ""
7+
---
8+
9+
**Question**
10+
What is your question? Please be as specific as possible.
11+
12+
**Context**
13+
Where did you find the documentation? What is the URL?
14+
15+
**Additional context**
16+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/library.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Submit library
3+
about: You created a library? Link it!
4+
title: "Library: "
5+
labels: docs
6+
assignees: ""
7+
---
8+
9+
**Library**
10+
Name and link to your library.
11+
12+
**Description**
13+
Describe your library in a few words.

.github/ISSUE_TEMPLATE/proposal.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Proposal or idea
3+
about: Pitch a proposal or an idea
4+
title: "Proposal: "
5+
labels: proposal
6+
---
7+
8+
**Introduction**
9+
What is the proposed feature? What problem does it solve?
10+
11+
**Motivation**
12+
Why is this change important to you? How would you use it? How can it benefit other users?
13+
14+
**Proposed Solution**
15+
Describe the solution you'd like. Provide examples and describe how it works. Define any new terminology.

0 commit comments

Comments
 (0)