Skip to content

Commit

Permalink
Merge pull request #4 from boomzero/next
Browse files Browse the repository at this point in the history
upd docs
  • Loading branch information
boomzero authored Dec 31, 2023
2 parents a27d54a + 93104ae commit 08b3c10
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,19 @@ If you forgot to do this and have not yet pushed your changes to the remote
repository, you can amend your commit with the sign-off by running

git commit --amend -s

## Submit a Pull Request

Please submit a pull request with a clear list of what you've done. We can
always use more test coverage. Please follow our coding conventions (below) and
make sure all of your commits are atomic (one feature per commit). Please submit
pull requests to the `next` branch.

## Coding Conventions

Your code should pass `deno fmt` and `deno lint`. You can run them using:

```bash
deno fmt
deno lint
```

0 comments on commit 08b3c10

Please sign in to comment.