Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Adding bug report and feature request templates
  • Loading branch information
vgmello-ellosoft authored Nov 8, 2023
1 parent c2840e0 commit 130e7a9
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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
```
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.

0 comments on commit 130e7a9

Please sign in to comment.