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

Commit 8b81d29

Browse files
author
Je
committed
doc: update contributing
1 parent 0183d3b commit 8b81d29

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
Welcome, and thank you for taking time in contributing to Aleph.js!
44

55
## Code of Conduct
6+
67
All contributors are expected to follow our [Code of Conduct](CODE_OF_CONDUCT.md).
78

89
## Development Setup
10+
911
You will need [Deno](https://deno.land/) 1.4+ and [VS Code](https://code.visualstudio.com/) with [deno extension](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).
1012

1113
1. Fork this repository to your own GitHub account.
@@ -18,7 +20,13 @@ deno run -A --unstable --importmap=import_map.json cli.ts ./examples/hello-world
1820
```
1921

2022
## Testing
23+
2124
Run all tests:
25+
2226
```bash
2327
deno test -A --unstable
2428
```
29+
30+
## Contributing to Documentation
31+
32+
You are welcome to improve our documentation, the documentation repository is https://github.com/postui/alephjs.org/tree/master/pages/docs

0 commit comments

Comments
 (0)