Skip to content

Commit 39c739f

Browse files
committed
chore: add a section on contributing
1 parent 3e61fdc commit 39c739f

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Edge Runtime
1+
# Supabase Edge Runtime
22

33
A web server based on [Deno](https://deno.land) runtime, capable of running JavaScript, TypeScript, and WASM services.
44

@@ -22,11 +22,6 @@ docker build -t edge-runtime .
2222
docker run -it --rm -p 9000:9000 -v /path/to/supabase/functions:/usr/services supabase/edge-runtime start --main-service /usr/services
2323
```
2424

25-
## How to update to a newer Deno version
26-
27-
* Select the Deno version to upgrade and visit its tag on GitHub (eg: https://github.com/denoland/deno/blob/v1.30.3/Cargo.toml)
28-
* Open the `Cargo.toml` at the root of of this repo and modify all `deno_*` modules to match to the selected tag of Deno.
29-
3025
## How to run tests
3126

3227
make sure the docker daemon is running and create a docker image:
@@ -47,3 +42,16 @@ run tests:
4742
```bash
4843
npm run test
4944
```
45+
46+
## How to update to a newer Deno version
47+
48+
* Select the Deno version to upgrade and visit its tag on GitHub (eg: https://github.com/denoland/deno/blob/v1.30.3/Cargo.toml)
49+
* Open the `Cargo.toml` at the root of of this repo and modify all `deno_*` modules to match to the selected tag of Deno.
50+
51+
## Contributions
52+
53+
We welcome contributions to Supabase Edge Runtime!
54+
55+
To get started either open an issue on [GitHub](https://github.com/supabase/edge-runtime/issues) or drop us a message on [Discord](https://discord.com/invite/R7bSpeBSJE)
56+
57+
Edge Runtime follows Supabase's [Code of Conduct](https://github.com/supabase/.github/blob/main/CODE_OF_CONDUCT.md).

0 commit comments

Comments
 (0)