Skip to content

Commit

Permalink
Update contribution guide
Browse files Browse the repository at this point in the history
Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
  • Loading branch information
kotwanikunal committed Aug 22, 2022
1 parent 208d4c9 commit 291f4d5
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,34 +133,8 @@ Adding in the change is two step process -

`Your change here ([#PR_NUMBER](PR_URL))`

2. Update your changes with the corresponding `PR_NUMBER` and `PR_URL` and push out the new commit.
2. Update the entry for your change in [`CHANGELOG.md`](CHANGELOG.md) and make sure that you reference the pull request there.

For example, as a contributor, if my change adds support for a new `FooBar` client, new entry could look like this:

```md
# CHANGELOG
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [ UNRELEASED ]
### Added
- ...
- Add support for FooBar client ([#9999](https://github.com/opensearch-project/OpenSearch/pull/9999))

### Changed
- ...

### Deprecated
- ...

### Removed
- ...

### Fixed
- ...

### Security
- ...
```

## Review Process

Expand Down

0 comments on commit 291f4d5

Please sign in to comment.