Skip to content

Commit

Permalink
chore(github): issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Feb 3, 2023
1 parent cb51972 commit 6fd91b5
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
title: ""
labels: bug
assignees: ''

assignees: ""
---

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

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -24,8 +24,9 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Versions:**
- Operating System:
- `lithia --version`

- Operating System:
- `lithia --version`

**Additional context**
Add any other context about the problem here.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Question
about: If the documentation is unclear or wrong, please let us know!
title: "Question: "
labels: docs
assignees: ""
---

**Question**
What is your question? Please be as specific as possible.

**Context**
Where did you find the documentation? What is the URL?

**Additional context**
Add any other context about the problem here.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/library.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Submit library
about: You created a library? Link it!
title: "Library: "
labels: docs
assignees: ""
---

**Library**
Name and link to your library.

**Description**
Describe your library in a few words.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Proposal or idea
about: Pitch a proposal or an idea
title: "Proposal: "
labels: proposal
---

**Introduction**
What is the proposed feature? What problem does it solve?

**Motivation**
Why is this change important to you? How would you use it? How can it benefit other users?

**Proposed Solution**
Describe the solution you'd like. Provide examples and describe how it works. Define any new terminology.

0 comments on commit 6fd91b5

Please sign in to comment.