0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-27 21:39:16 -05:00

chore: update contributing guideline (#1625)

* chore: update contributing guideline

* chore: update contributing guideline title

* refactor: apply suggestions from code review

Co-authored-by: Xiao Yijun <xiaoyijun@silverhand.io>

* chore: update contributing guideline

Co-authored-by: Xiao Yijun <xiaoyijun@silverhand.io>
This commit is contained in:
Gao Sun 2022-07-20 17:28:20 +08:00 committed by GitHub
parent 5ef1464e39
commit 27f295674a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# (Draft) Contribute to Logto
# (Draft) Contribute to Logto monorepo
Thanks for your interest in contributing to Logto. We respect the time of community contributors, so it'll be great if we can go through this guide which provides the necessary contribution information before starting your work.
@ -115,3 +115,11 @@ By default, Logto runs in `http://localhost:3001`, which will redirect you to th
For now, `pnpm dev` only watches four packages: `core`, `ui`, `console`, and `demo-app`. If you changed other packages like connectors or schemas, you must stop the dev command and run again.
Sorry for the inconvenience. We're working on a better dev command which watches all related packages.
## Commit and create pull request
We require every commit to [be signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits), and both the commit message and pull request title follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary).
You can find repo-specific config in `commitlint.config.js`, if applicable.
If the pull request remains empty content, it'll be DIRECTLY CLOSED until it matches our contributing guideline.