Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizhanovskyi authored Dec 11, 2024
1 parent 9981880 commit 2152f5f
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.

0 comments on commit 2152f5f

Please sign in to comment.