You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Before submitting a pull request, please make sure the following is done:
37
37
1. Run `npm install` in the repository root.
38
38
1. If you've fixed a bug or added code that should be tested, don't forget to add [tests](#tests)!
39
39
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.
41
41
1. Each feat/fix PR should also contain a changeset (to create one, run `npx changeset`).
42
42
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.
43
43
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