-
-
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.
[no ci] Merge pull request #7 from johnlettman/feature/github-templates
github: add issue templates
- Loading branch information
Showing
2 changed files
with
47 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,30 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help improve the library | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Describe the Bug | ||
What went wrong? | ||
|
||
## Steps to Reproduce | ||
1. | ||
2. | ||
3. | ||
|
||
## Expected Behavior | ||
What should have happened? | ||
|
||
## Screenshots/Logs/Rust code | ||
(Optional) Add screenshots, logs, or Rust code to help explain the issue. | ||
|
||
Environment | ||
|
||
OS: | ||
Rust Version: | ||
|
||
## Additional Context | ||
(Optional) Any other details? |
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,17 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a feature for the library | ||
title: 'Feature: ' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Problem | ||
Briefly describe the problem or need. | ||
|
||
## Proposed Feature | ||
What would you like to see added? | ||
|
||
## Additional Context | ||
(Optional) Any extra details or screenshots. |