Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit a583618

Browse files
committed
doc: update contributing
1 parent 84b32bb commit a583618

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ You will need [Deno](https://deno.land/) 1.7+.
1616
2. Clone the repository to your local device.
1717
3. Create a new branch `git checkout -b BRANCH_NAME`.
1818
4. Change code then run our examples.
19-
5. Run all tests.
20-
6. Push your changes to Github.
21-
7. Make a [pull request](https://github.com/alephjs/aleph.js/pulls).
22-
8. Marge to master branch.
19+
5. Push your branch to Github after all tests passed.
20+
6. Make a [pull request](https://github.com/alephjs/aleph.js/pulls).
21+
7. Marge to master branch by our maintainers.
2322

2423
```bash
2524
# set dev env
@@ -34,7 +33,7 @@ deno run -A cli.ts start ./examples/hello-world -L debug
3433
# ssg
3534
deno run -A cli.ts build ./examples/hello-world -L debug
3635

37-
# run all tests:
36+
# run all tests
3837
deno test -A --location=http://localhost
3938
```
4039

0 commit comments

Comments
 (0)