Skip to content

Commit

Permalink
doc_update/issues_template (#9)
Browse files Browse the repository at this point in the history
* doc_update/issues_template

added issue template

* improve templates

---------

Co-authored-by: Aleksao998 <[email protected]>
  • Loading branch information
uginf0urth and 0xAleksaOpacic authored Sep 18, 2024
1 parent 3abd57b commit 1a6f520
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
name: Bug report
about: Create a report to help us improve
labels: Bug

---

# 🐞 Bug Report

## 💻 **Describe the bug**
<!-- --> A clear and concise description of the problem...

<pre><code> </code></pre>

<b> Has this worked before in a previous version? </b>

Yes, the previous version in which this bug was not present was:

<pre><code> </code></pre>

## 🔬 Minimal Reproduction

<!-- --> Please let us know how we can reproduce this issue
<pre><code> </code></pre>

## 🔥 Error
<!-- ✍️--> If the issue is accompanied by an error, please share the error logs with us below. If you have a lot of logs, place make a paste bin with your logs and share the link with us here:

<pre><code> </code></pre>

## 💡 Possible Solution
<!-- --> If you have any ideas on how to fix this issue, feel free to share them here:
<pre><code> </code></pre>

## 🌍 Environment
<!-- --> Please provide the versions you're using and other relevant environment details:
<pre><code>1. Hardhat-Plugin:
2. Date when you were able to reproduce the issue:
3. Hardhat version:
4. Ethers version:
</code></pre>

## 📄 Additional Context
<!-- --> Add any other context or information that might help us understand the issue better:
<pre><code> </code></pre>
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest a new feature or enhancement
labels: Enhancement
---

# ✨ Feature Request

### Description
<!-- ✍️--> A clear and concise description of the feature you would like to see...

<pre><code>
</code></pre>

### Use Case
<!-- ✍️--> Explain the context and how this feature will be used...

<pre><code>
</code></pre>

0 comments on commit 1a6f520

Please sign in to comment.