Skip to content

Commit 09ef0d6

Browse files
vara-bonthubonclay7
authored andcommitted
refactor module with all the required files
1 parent a99936b commit 09ef0d6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+452
-230
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
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-ia/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

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: '[FEATURE] <title>'
5+
labels: 'feature-request'
6+
assignees: ''
7+
8+
---
9+
10+
#### Is your feature request related to a problem? Please describe
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
14+
#### Describe the solution you'd like
15+
A clear and concise description of what you want to happen.
16+
17+
18+
#### Describe alternatives you've considered
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
21+
22+
#### Additional context
23+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Question
3+
about: I have a Question
4+
title: '[QUESTION] <title>'
5+
labels: 'question'
6+
assignees: ''
7+
8+
---
9+
10+
#### Please describe your question here
11+
<!-- Provide as much information as possible to explain your question -->
12+
13+
14+
#### Provide link to the example related to the question
15+
<!-- Please provide the link to the example related to this question from this repo -->
16+
17+
18+
#### Additional context
19+
<!-- Add any other context or screenshots about the question here -->
20+
21+
22+
#### More
23+
24+
- [ ] Yes, I have checked the repo for existing issues before raising this question

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
### What does this PR do?
3+
4+
<!-- A brief description of the change being made with this pull request. -->
5+
6+
7+
### Motivation
8+
9+
<!-- What inspired you to submit this pull request? -->
10+
11+
12+
### More
13+
14+
- [ ] Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
15+
- [ ] Yes, I have added a new example under [examples](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/examples) to support my PR
16+
- [ ] Yes, I have created another PR for add-ons under [add-ons](https://github.com/aws-samples/eks-blueprints-add-ons) repo (if applicable)
17+
- [ ] Yes, I have updated the [docs](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/docs) for this feature
18+
- [ ] Yes, I ran `pre-commit run -a` with this PR
19+
20+
21+
**Note**: Not all the PRs required examples and docs except a new pattern or add-on added.
22+
23+
### For Moderators
24+
- [ ] E2E Test successfully complete before merge?
25+
26+
### Additional Notes
27+
28+
<!-- Anything else we should know when reviewing? -->

.header.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

.terraform-docs.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

ADOPTERS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Who is using AWS Observability Accelerator for Terraform?
2+
3+
AWS Observability Accelerator for Terraform has a variety of users and use cases to configure and manage Observability on EKS/ECS clusters.
4+
Many customers want to learn from others who have already implemented AWS Observability Accelerator in their environments.
5+
6+
The following is a self-reported list of users to help identify adoption and points of contact.
7+
8+
## Add yourself
9+
10+
If you are using AWS Observability Accelerator please consider adding yourself as a user by opening a pull request to this file.
11+
12+
## Adopters (Alphabetical)
13+
14+
| Organization | Description | Contacts | Link |
15+
| --- | --- | --- | --- |

CODEOWNERS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
* @aws-ia/aws-ia
1+
# Require approvals from someone in the owner team before merging
2+
# More information here: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
3+
4+
* @aws-ia/aws-observability-accelerator

0 commit comments

Comments
 (0)