Skip to content

Commit

Permalink
add convention for plugin location (relates to #13879)
Browse files Browse the repository at this point in the history
Signed-off-by: Amitai Stern <[email protected]>
  • Loading branch information
AmiStrn committed Jun 4, 2024
1 parent eaf73b8 commit f86b039
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONVENTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
- [Identifiers](#identifiers)
- [Variables](#variables)

## Plugin Location

- Plugins should be created in their own external repository. External to the OpenSearch Project itself.
- Plugins can be later ported into the OpenSearch Project on a case-by-case basis. A formal path for this process is yet to be created.
- Do not add new plugins to the [plugins folder](https://github.com/opensearch-project/OpenSearch/tree/main/plugins) within the project. This folder is within the core project, where the maintainers are not focussed on optional pluggable features. If you think it should be there anyway, please explain why in the RFC stage. In any case, it is recommended to start outside the project.

## Plugin Naming Conventions

### GitHub
Expand Down

0 comments on commit f86b039

Please sign in to comment.