-
Notifications
You must be signed in to change notification settings - Fork 10
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 #40 from cyberark/add-issue-templates
Add bug and feature issue template
- Loading branch information
Showing
2 changed files
with
54 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,27 @@ | ||
--- | ||
name: Bug | ||
about: Create a bug report to help us improve | ||
title: '' | ||
labels: component/conjur-sdk, kind/bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Summary | ||
A clear and concise description of what the bug is. | ||
|
||
## Steps to Reproduce | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
## Expected Results | ||
A clear and concise description of what you expected to happen. | ||
|
||
## Actual Results (including error logs, if applicable) | ||
A clear and concise description of what actually did happen. | ||
|
||
## Additional Information | ||
Add any other context about the problem here. |
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,27 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: kind/enhancement, component/conjur-sdk | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Is your feature request related to a problem? Please describe. | ||
|
||
A clear and concise description of what the problem is. Ex. `I would like to see [...] because [...]`. | ||
Please include the intended use case and what the feature would improve on so that we can prioritize | ||
the feature accordingly. | ||
|
||
## Describe the solution you would like | ||
|
||
A clear and concise description of what the desired end result(s) would be. | ||
|
||
## Describe alternatives you have considered | ||
|
||
A clear and concise description of any alternative solutions or features that may be related to this that | ||
you have considered. | ||
|
||
## Additional context | ||
|
||
Add any other context information about the feature request here. |