forked from aws/aws-cli
-
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.
docs: Issue templates for bug and feature requests (aws#726)
- Loading branch information
Showing
2 changed files
with
49 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 an Issue to report a bug | ||
--- | ||
|
||
<!-- Make sure we don't have an existing Issue that reports the bug you are seeing (both open and closed). | ||
If you do find an existing Issue, re-open or add a comment to that Issue instead of creating a new one. --> | ||
|
||
### Description | ||
|
||
Briefly describe the bug you are facing. | ||
|
||
### Steps to reproduce | ||
|
||
Provide steps to replicate. | ||
|
||
### Observed result | ||
|
||
Please provide command output with `--debug` flag set. | ||
|
||
### Expected result | ||
|
||
Describe what you expected. | ||
|
||
### Additional environment details (Ex: Windows, Mac, Amazon Linux etc) | ||
|
||
1. OS: | ||
2. `sam --version`: | ||
|
||
`Add --debug flag to command you are running` |
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,19 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea/feature/enhancement | ||
--- | ||
|
||
<!-- Make sure we don't have an existing Issue that reports the bug you are seeing (both open and closed). --> | ||
|
||
### Describe your idea/feature/enhancement | ||
|
||
Provide a clear description. Ex. I wish SAM CLI would [...] | ||
|
||
### Proposal | ||
|
||
Add details of how to add this to the product. | ||
|
||
Things to consider: | ||
1. Will this require any updates to the [SAM Spec](https://github.com/awslabs/serverless-application-model) | ||
|
||
### Additional Details |