Skip to content

Commit 163b7d7

Browse files
committed
update contribution
1 parent 5051ff0 commit 163b7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Before submitting a pull request, please make sure the following is done:
3737
1. Run `npm install` in the repository root.
3838
1. If you've fixed a bug or added code that should be tested, don't forget to add [tests](#tests)!
3939
1. Ensure the test suite and lint checks pass (`npm run test` and `npm run lint`).
40-
1. Ensure your contribution does not violate copyright laws.
40+
1. It's your responsibility to ensure your contribution does not violate copyright laws.
4141
1. Each feat/fix PR should also contain a changeset (to create one, run `npx changeset`).
4242
If your changes are scoped to `packages/core` or `packages/respect-core` but also affect Redocly CLI behavior, include the `@redocly/cli` package as well.
4343
Describe what you've done in this PR using sentence case (you can refer to our [changelog](https://redocly.com/docs/cli/changelog/)).

0 commit comments

Comments
 (0)