opensearch-project / opensearch-project/opensearch-java
[Guide] Index Template
Open
@pranishd1 is already working on this.
Since Oct 30, 2023.
CCI
enhancement
good first issue
- Dominant language
- Java
- Stars
- 165
- Forks
- 250
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 26
Description
Create guides/index_template.md similar to the Ruby guide
You must assure that:
- All code-blocks, when run from start to finish in order they appear in the guide, do not throw any errors. If you want to demonstrate that certain statements will throw errors, they must be wrapped in a
try/catchand print out the expected error. - All code-blocks are properly marked with the language it's written in (i.e.
```ruby) - The instructions, though mostly identical to the Ruby guide, are suitable for this repo.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.