Skip to content

Commit fd31228

Browse files
Abdullah AlyanByron
authored andcommitted
Recommend just over make in README.md and COLLABORATING.md
Because the current makefile no longer support the mentioned args.
1 parent 70ee11f commit fd31228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

COLLABORATING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- …if collaboration on a feature and prior feedback is desired
1111
- **feel free to use the [project-board] to organize your issues, PRs or cards**
1212
- **`main` must never be broken or show warnings**
13-
- An easy way to achieve this is to run `make tests check-size` before pushing or `make tests check-size && git push`.
13+
- An easy way to achieve this is to run `just test check-size` before pushing or `just check-size && git push`.
1414
- If you're unsure about remembering to do this, we suggest using a pre-commit git hook.
1515
- **if `main` breaks on CI** _which can happen nonetheless_
1616
- …and you _do know_ the cause, please fix it immediately. If necessary by reverting the offending commit until a more durable fix is possible.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ If what you have seen so far sparked your interest to contribute, then let us sa
284284
> ❗️Note❗️: For cloning, `gix-lfs` needs to be locally installed or the checkout will fail. `git lfs install` must have been called once, followed
285285
by `git lfs pull` to replace the `lfs`-pointer files.
286286

287-
We recommend running `make tests check-size` during the development process to assure CI is green before pushing.
287+
We recommend running `just test check-size` during the development process to assure CI is green before pushing.
288288

289289
A backlog for work ready to be picked up is [available in the Project's Kanban board][project-board], which contains instructions on how
290290
to pick a task. If it's empty or you have other questions, feel free to [start a discussion][discussions] or reach out to @Byron [privately][keybase].

0 commit comments

Comments
 (0)