Skip to content

Commit

Permalink
docs(github): update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 4, 2023
1 parent a4290c7 commit 6a076ca
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 29 deletions.
48 changes: 29 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,41 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: 'orhun'

name: Bug report 🐛
about: Report a bug to help us improve
title: ""
labels: "bug"
assignees: "orhun"
---

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

**To Reproduce**
<!--- 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 '....'
4. See error
1. Build with '...' arguments
2. Run with '....' arguments
4. Use '...' configuration options
5. See the error
-->

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots/Logs**
If applicable, add screenshots to help explain your problem.
<!--- A clear and concise description of what you expected to happen. -->

**Screenshots / Logs**

**System (please complete the following information):**
- OS Information: [e.g. Arch GNU/Linux x86_64 5.4.8-arch1-1]
- Project Version: [e.g. 0.1.0]
<!--- If applicable, add screenshots to help explain your problem. -->

**Software information**

<!--- Please fill in following fields -->

- Operating system: <!--- e.g. Arch GNU/Linux x86_64 6.2.1-arch1-1 -->
- Rust version: <!--- e.g. rustc 1.69.0-nightly (7281249a1 2023-02-27) -->
- Project version: <!--- e.g. 0.1.0 -->

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

<!--- Add any other context about the problem here. -->
23 changes: 13 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'
assignees: 'orhun'

name: Feature request ⛰️
about: Make a suggestion for the project
title: ""
labels: "enhancement"
assignees: "orhun"
---

**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 [...]

<!--- 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.

<!--- 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.

<!--- 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.

<!--- Add any other context or screenshots about the feature request here. -->

0 comments on commit 6a076ca

Please sign in to comment.