Skip to content

Commit 0246417

Browse files
authored
docs: Update CONTRIBUTING.md (#800)
1 parent 5c664c7 commit 0246417

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Contribution
22

3+
1. Follow the [commit convention](#commit-convention).
4+
2. Run [import all](#import-all).
5+
36
## Commit convention
47

58
Follow usual conventional commit for PR title (we always squash merge).
@@ -16,7 +19,7 @@ Choose `<type>` from below (should be one, but like `fix/doc` might be ok).
1619
- `ci`: Configure GitHub Actions.
1720
- `chore`: Maintaining other things (ex: version-up).
1821

19-
`scope` is optional, specify like `FirstOrder`, `Modal` if needed.
22+
`scope` is optional, specify like `FirstOrder`, `Modal/Kripke` if needed.
2023

2124
## Usual commands
2225

@@ -26,6 +29,12 @@ Choose `<type>` from below (should be one, but like `fix/doc` might be ok).
2629
lake build Foundation
2730
```
2831

32+
### Import all
33+
34+
```shell
35+
lake exe mk_all --module
36+
```
37+
2938
### References
3039

3140
Format [references.bib](./references.bib) when adding references.

0 commit comments

Comments
 (0)