Skip to content

Commit

Permalink
Merge pull request #6 from FirowMD/feat-templates
Browse files Browse the repository at this point in the history
✨ feat: added issue templates
  • Loading branch information
t1ltxz-gxd authored Oct 28, 2024
2 parents 2d90368 + 6e083fe commit f7ba18a
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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>
-->
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
-->

0 comments on commit f7ba18a

Please sign in to comment.