Skip to content

Commit 7ab2c5d

Browse files
committed
Add issue template
1 parent 5c58f00 commit 7ab2c5d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!-- Please provide the following information: -->
2+
3+
### Summary
4+
<!-- Please provide a brief outline of the issue -->
5+
6+
### Description
7+
<!--
8+
Provide detailed information about this issue, including:
9+
* Which specific command was run (Example: `ecs-cli up --capability-iam --size 2 --launch-type EC2`
10+
* Which version of the CLI you are using (Run: `ecs-cli --version`)
11+
-->
12+
13+
<!-- Not required for feature requests -->
14+
### Expected Behavior
15+
16+
### Observed Behavior
17+
<!-- Please include the CLI output -->
18+
19+
### Config files
20+
<!--
21+
For `compose` or `compose service` commands
22+
Please note that GitHub issues are public, remove sensitive data from your config files before posting.
23+
If you are not comfortable posting your files here, please let us know and we can provide an alternate method.
24+
-->
25+
* docker-compose.yml
26+
27+
* ecs-params.yml

0 commit comments

Comments
 (0)