|
| 1 | +name: 🐞 Bug Report |
| 2 | +title: "[Bug]: <title>" |
| 3 | +description: Create a report to help us improve |
| 4 | +labels: ["bug", "triage"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + ### How to write a good bug report? |
| 10 | +
|
| 11 | + - Respect the issue template as much as possible. |
| 12 | + - The title should be short and descriptive. |
| 13 | + - Explain the conditions which led you to report this issue and the context. |
| 14 | + - The context should lead to something, an idea or a problem that you’re facing. |
| 15 | + - Remain clear and concise. |
| 16 | + - Format your messages to help the reader focus on what matters and understand the structure of your message, use [Markdown syntax](https://help.github.com/articles/github-flavored-markdown) |
| 17 | +
|
| 18 | + - type: checkboxes |
| 19 | + id: terms |
| 20 | + attributes: |
| 21 | + label: Welcome to Amazon EKS Blueprints! |
| 22 | + options: |
| 23 | + - label: Yes, I've searched similar issues on [GitHub](https://github.com/aws-observability/terraform-aws-observability-accelerator/issues) and didn't find any. |
| 24 | + required: true |
| 25 | + |
| 26 | + - type: input |
| 27 | + attributes: |
| 28 | + label: Amazon EKS Blueprints Release version |
| 29 | + description: | |
| 30 | + `latest` is not considered as a valid version. |
| 31 | + Enter release number! |
| 32 | + placeholder: Your version here. |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + |
| 36 | + - type: textarea |
| 37 | + attributes: |
| 38 | + label: What is your environment, configuration and the example used? |
| 39 | + description: | |
| 40 | + Terraform version, link to example used or your main.tf content etc. |
| 41 | +
|
| 42 | + Use [Markdown syntax](https://help.github.com/articles/github-flavored-markdown) if needed. |
| 43 | + placeholder: Add information here. |
| 44 | + validations: |
| 45 | + required: true |
| 46 | + |
| 47 | + - type: textarea |
| 48 | + attributes: |
| 49 | + label: What did you do and What did you see instead? |
| 50 | + description: | |
| 51 | + Provide error details and the expected details. |
| 52 | +
|
| 53 | + Use [Markdown syntax](https://help.github.com/articles/github-flavored-markdown) if needed. |
| 54 | + placeholder: Add information here. |
| 55 | + validations: |
| 56 | + required: true |
| 57 | + |
| 58 | + - type: textarea |
| 59 | + attributes: |
| 60 | + label: Additional Information |
| 61 | + description: Use [Markdown syntax](https://help.github.com/articles/github-flavored-markdown) if needed. |
| 62 | + placeholder: Add information here. |
| 63 | + render: shell |
| 64 | + validations: |
| 65 | + required: false |
0 commit comments