Skip to content

Commit

Permalink
chore(github): create issues templates
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Jan 29, 2024
1 parent 47e34e4 commit 3b80d8a
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Bug report 🐛
about: Report a bug to help us improve
title: ""
labels: "bug"
assignees: "0x61nas"
---

**Describe the bug**

<!--- A clear and concise description of what the bug is. -->

**To reproduce**

<!---
Steps to reproduce the behavior:
1. Build with '...' arguments
2. Run with '....' arguments
4. Use '...' configuration options
5. See 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. -->

**Software information**

<!--- Please fill the 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. -->
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Make a suggestion for the project
title: ""
labels: "enhancement"
assignees: "0x61nas"
---

**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 3b80d8a

Please sign in to comment.