-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GitHub issue templates and update release notes generator humor
level
- Loading branch information
1 parent
b80b4c9
commit 94f503f
Showing
6 changed files
with
109 additions
and
1 deletion.
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,31 @@ | ||
--- | ||
name: 🐛 Bug Report | ||
about: Report a bug or unexpected behavior in the library | ||
title: "[Bug]: " | ||
labels: bug | ||
assignees: '' | ||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Use '...' | ||
3. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots or logs to help explain your problem. | ||
|
||
**Environment (please complete the following information):** | ||
- Library Version: [e.g., 1.2.0] | ||
- Node Version: [e.g., 18.x] | ||
- Wallet Provider: [e.g., UniSat, Xverse] | ||
- Operating System: [e.g., macOS, Windows] | ||
|
||
**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,16 @@ | ||
--- | ||
name: 📚 Documentation Improvement | ||
about: Suggest changes or improvements to the documentation | ||
title: "[Docs]: " | ||
labels: documentation | ||
assignees: '' | ||
--- | ||
|
||
**Describe the improvement** | ||
What specific part of the documentation could be improved? | ||
|
||
**Suggestion for Improvement** | ||
Provide a description of the improvement or addition you are proposing. | ||
|
||
**Additional context** | ||
Is there any other relevant information or context? |
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 an idea or enhancement for the library | ||
title: "[Feature]: " | ||
labels: enhancement | ||
assignees: '' | ||
--- | ||
|
||
**Is your feature request related to a problem?** | ||
Please describe the problem you’re trying to solve. | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
Any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request 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,26 @@ | ||
--- | ||
name: 🔒 Security Vulnerability | ||
about: Report a security vulnerability in the library | ||
title: "[Security]: " | ||
labels: security | ||
assignees: '' | ||
--- | ||
|
||
**Describe the vulnerability** | ||
A clear and concise description of the security vulnerability. | ||
|
||
**Potential Impact** | ||
Describe the potential impact of this vulnerability if exploited. | ||
|
||
**Steps to Reproduce** | ||
Steps to reproduce the behavior, if possible: | ||
1. ... | ||
2. ... | ||
|
||
**Environment (please complete the following information):** | ||
- Library Version: [e.g., 1.2.0] | ||
- Node Version: [e.g., 18.x] | ||
- Wallet Provider: [e.g., UniSat, Xverse] | ||
|
||
**Additional context** | ||
Add any other context, logs, or details 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,16 @@ | ||
--- | ||
name: ❓ Support/Question | ||
about: Ask a question or request guidance about using the library | ||
title: "[Support]: " | ||
labels: question | ||
assignees: '' | ||
--- | ||
|
||
**Question** | ||
Please describe your question or the guidance you need. | ||
|
||
**Context** | ||
Provide any relevant code snippets or configuration information to help explain your question. | ||
|
||
**Additional context** | ||
Add any other context or screenshots that may help explain your question. |
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