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
{{ message }}
This repository was archived by the owner on May 27, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,14 @@
6
6
One admin to rule them all
7
7
8
8
[Documentation on ReadTheDocs](https://delivery-console.readthedocs.io/)
9
+
10
+
# Contributing
11
+
12
+
When contributing code to the repository, here are a few things to know:
13
+
14
+
- you should create a branch on your own fork, and create a pull-request from there
15
+
- the pull-requests will all run in CircleCI
16
+
- CircleCI builds will fail if there's any linting issues. You can check linting issues with `yarn run lint`, and auto-fix [prettier](https://prettier.io/) issues using `yarn run lint:prettierfix`
17
+
- pre-commit hooks will block your commit if there are linting issues. You can (but should not) skip the pre-commit hooks with `git commit --no-verify ...`
18
+
19
+
Regarding `prettier`, it's very convenient to [configure your editor](https://prettier.io/docs/en/editors.html) to "auto-format on save".
0 commit comments