Skip to content

Commit 0bc765f

Browse files
authored
Merge branch 'main' into main
2 parents bb0a0d0 + e880d6f commit 0bc765f

File tree

703 files changed

+41433
-4501
lines changed

Some content is hidden

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

703 files changed

+41433
-4501
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @hdhalter @kolchfa-aws @Naarcha-AWS @vagimeli @AMoo-Miki @natebower
1+
* @hdhalter @kolchfa-aws @Naarcha-AWS @vagimeli @AMoo-Miki @natebower @dlvenable @scrawfor99 @epugh

.github/ISSUE_TEMPLATE/issue_template.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ assignees: ''
1313
- [ ] Report a technical problem with the documentation
1414
- [ ] Other
1515

16-
**Tell us about your request.** Provide a summary of the request and all versions that are affected.
17-
16+
**Tell us about your request.** Provide a summary of the request.
1817

18+
***Version:** List the OpenSearch version to which this issue applies, e.g. 2.14, 2.12--2.14, or all.
19+
1920
**What other resources are available?** Provide links to related issues, POCs, steps for testing, etc.
2021

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ _Describe what this change achieves._
44
### Issues Resolved
55
_List any issues this PR will resolve, e.g. Closes [...]._
66

7+
### Version
8+
_List the OpenSearch version to which this PR applies, e.g. 2.14, 2.12--2.14, or all._
9+
10+
### Frontend features
11+
_If you're submitting documentation for an OpenSearch Dashboards feature, add a video that shows how a user will interact with the UI step by step. A voiceover is optional._
712

813
### Checklist
914
- [ ] By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the [Developers Certificate of Origin](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).

.github/dco.yml

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

.github/vale/styles/OpenSearch/AdverbsOfTime.yml

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

.github/vale/styles/OpenSearch/DashSpacing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ message: "There should be no spaces around the dash in '%s'."
33
ignorecase: true
44
nonword: true
55
level: error
6+
scope:
7+
- ~list
68
tokens:
79
- '\w+ +-{2,3} +\w+'

.github/vale/styles/OpenSearch/HeadingCapitalization.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ indicators:
99
- ")"
1010
exceptions:
1111
- k # ignores lowercase k-NN
12-
- '[A-Z]{2,}' # ignores all acronyms
12+
- '[A-Z]{2,}' # ignores all acronyms
13+
- '([A-Z][a-z0-9]+){2,}' # ignores all camel case words
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
extends: existence
2+
message: "Remove double parentheses from the link '%s'."
3+
level: error
4+
nonword: true
5+
scope: raw
6+
tokens:
7+
- '\]\({2,}[^)]*?\){1,}'
8+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extends: existence
2+
message: "Remove double slashes from the link '%s'."
3+
level: error
4+
nonword: true
5+
scope: raw
6+
tokens:
7+
- '\(\{\{site.url\}\}\{\{site.baseurl\}\}[^)]*?\/{2,}[^)]*?\)'

.github/vale/styles/OpenSearch/SpacingWords.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extends: existence
2-
message: "There should be once space between words in '%s'."
2+
message: "There should be one space between words in '%s'."
33
level: error
44
nonword: true
55
tokens:

0 commit comments

Comments
 (0)