-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from FirowMD/feat-templates
✨ feat: added issue templates
- Loading branch information
Showing
2 changed files
with
71 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: "Report a bug to help us improve." | ||
labels: [ "bug", "needs triage" ] | ||
--- | ||
<!-- | ||
Thank you for reporting an issue! Please complete as much of the template as possible. | ||
--> | ||
|
||
- [ ] I’ve checked for any existing issues (including closed ones) related to this. | ||
|
||
## Bug Report | ||
|
||
### Version | ||
|
||
<!-- | ||
List all versions of the valentine crates you're using. | ||
The easiest way to gather this is by running cargo tree: | ||
`cargo tree | grep valentine` | ||
--> | ||
|
||
### Platform | ||
|
||
<!--- | ||
Output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) | ||
--> | ||
|
||
### Description | ||
|
||
<!-- | ||
Enter the details of your issue below this comment. | ||
Here’s one way to organize the description: | ||
<short summary of the bug> | ||
I tried this code: | ||
<code sample that causes the bug> | ||
I expected to see this happen: <explanation> | ||
Instead, this happened: <explanation> | ||
--> |
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: "✨ Feature Request" | ||
about: "Suggest a new feature or enhancement." | ||
labels: [ "enhancement", "feature request" ] | ||
--- | ||
- [ ] I’ve checked for any existing issues (including closed ones) related to this. | ||
|
||
## Feature Request | ||
|
||
### Motivation | ||
|
||
<!-- | ||
Explain the use case(s) or other reasons for the new feature. | ||
--> | ||
|
||
### Proposal | ||
|
||
<!-- | ||
Describe how the new feature should be implemented and why. Mention any potential drawbacks. | ||
--> | ||
|
||
### Alternatives | ||
|
||
<!-- | ||
Discuss other solutions you considered and their potential drawbacks. Explain why the proposed solution was chosen over these alternatives. | ||
--> |