-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding bug report and feature request templates
- Loading branch information
1 parent
c2840e0
commit 130e7a9
Showing
2 changed files
with
65 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,48 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: bug | ||
assignees: vgmello-ellosoft | ||
|
||
--- | ||
|
||
**Describe the Bug** | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
**Expected Behavior** | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
|
||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment (please complete the following information):** | ||
|
||
- OS: [e.g. Windows, macOS, Linux] | ||
- aws-cred-mgr Version: [e.g. 1.0.0] (use `aws-cred-mgr --version`) | ||
|
||
**To Reproduce** | ||
|
||
```sh | ||
# Provide the exact command(s) run when the issue occurred | ||
# (please exclude any sensitive information). | ||
``` | ||
|
||
**Configuration File** | ||
|
||
Please include the configuration file (WITHOUT any sensitive data) that relates to the issue. | ||
|
||
```yaml | ||
# Your configuration here | ||
``` | ||
|
||
**Log** | ||
|
||
Include the exception from the `~\.aws_cred_mgr\aws-cred-mgr.log` if applicable (please make sure there is no sensitive data in the exception). | ||
|
||
``` | ||
# Log content | ||
``` |
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 an idea for this project | ||
title: "[FEATURE]" | ||
labels: enhancement | ||
assignees: vgmello-ellosoft | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |