-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* doc_update/issues_template added issue template * improve templates --------- Co-authored-by: Aleksao998 <[email protected]>
- Loading branch information
1 parent
3abd57b
commit 1a6f520
Showing
2 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |