-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9981880
commit 2152f5f
Showing
2 changed files
with
55 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,35 @@ | ||
--- | ||
name: Bug report | ||
about: 'about: Report a reproducible bug or regression in the project' | ||
title: "[BUG]: " | ||
labels: bug | ||
assignees: dkrizhanovskyi | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Steps to Reproduce** | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll down to '...' | ||
4. Observe the error | ||
|
||
**Expected Behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Actual Behavior** | ||
What actually happened when you followed the steps above. | ||
|
||
**Screenshots or Logs** | ||
If applicable, add screenshots or relevant logs to help explain your problem. | ||
|
||
**Environment (please complete the following information):** | ||
- Network: [e.g., Polygon] | ||
- Contract/Branch/Version: [e.g., Staking v1.0.0] | ||
- Node.js version: [e.g., 14.17.0] | ||
- Hardhat version: [e.g., 2.9.0] | ||
|
||
**Additional Context** | ||
Add any other context about the problem here. |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a new idea or enhancement for the project | ||
title: "[FEATURE]:" | ||
labels: enhancement | ||
assignees: dkrizhanovskyi | ||
|
||
--- | ||
|
||
**Is your feature related to a problem?** | ||
A clear and concise description of the problem. For example: "It’s difficult to track user rewards without a dashboard." | ||
|
||
**Describe the Solution You’d Like** | ||
Explain how you would like this issue solved. Include details on logic, UI (if applicable), and user experience improvements. | ||
|
||
**Describe Alternatives You’ve Considered** | ||
If applicable, mention other solutions or workarounds you tried or considered. | ||
|
||
**Additional Context** | ||
Add any other context, screenshots, or reference links that could help understand the request. |