You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ body:
15
15
- type: textarea
16
16
id: expected
17
17
attributes:
18
-
label: Expected Behavior
18
+
label: Expected behavior
19
19
description: |
20
20
What did you expect to happen?
21
21
validations:
@@ -34,7 +34,7 @@ body:
34
34
- type: textarea
35
35
id: reproduction
36
36
attributes:
37
-
label: Reproduction Steps
37
+
label: To Reproduce
38
38
description: |
39
39
Provide a self-contained, concise snippet of code that can be used to reproduce the issue.
40
40
For more complex issues provide a repo with the smallest sample that reproduces the bug.
@@ -54,7 +54,7 @@ body:
54
54
- type: textarea
55
55
id: context
56
56
attributes:
57
-
label: Additional Information/Context
57
+
label: Additional context
58
58
description: |
59
59
Anything else that might be relevant for troubleshooting this bug. Providing context helps us come up with a solution that is most useful in the real world.
60
60
validations:
@@ -68,6 +68,10 @@ body:
68
68
validations:
69
69
required: true
70
70
71
+
- type: markdown
72
+
attributes:
73
+
value: "# Please complete the following information about the solution:"
74
+
71
75
- type: input
72
76
id: aws-region
73
77
attributes:
@@ -78,7 +82,7 @@ body:
78
82
- type: textarea
79
83
id: other
80
84
attributes:
81
-
label: Other information
85
+
label: Other information / Screenshots
82
86
description: |
83
87
e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, slack, etc
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,3 +55,5 @@ If you discover a potential security issue in this project we ask that you notif
55
55
## Licensing
56
56
57
57
See the [LICENSE](https://github.com/aws-solutions/centralized-logging-with-opensearch/blob/main/LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
58
+
59
+
We may ask you to sign a [Contributor License Agreement (CLA)](https://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,3 +41,6 @@ Please follow the [Implementation Guide](https://docs.aws.amazon.com/solutions/l
41
41
Please follow the [Customization Guide](CUSTOM_BUILD.md) for custom build.
42
42
43
43
44
+
## Collection of operational metrics
45
+
46
+
This solution collects anonymized operational metrics to help AWS improve the quality and features of the solution. For more information, including how to disable this capability, please see the [Implementation Guide](https://docs.aws.amazon.com/solutions/latest/centralized-logging-with-opensearch/reference.html).
0 commit comments