Skip to content

Commit

Permalink
Restore Contribution guide
Browse files Browse the repository at this point in the history
  • Loading branch information
1e9y committed Dec 16, 2024
1 parent 5840a4b commit 242f430
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ We welcome contributions of any kind, including but not limited to:
* Documentation improvements
* Discussions

https://google.github.io/zx/contribution

## Community Guidelines

This project follows [Google's Open Source Community Guidelines](https://opensource.google/conduct/).
Expand Down Expand Up @@ -37,7 +39,7 @@ Before proposing changes, look for similar ones in the project's [issues](https:
* Create a [conventional-commits](https://www.conventionalcommits.org/en/v1.0.0/) compliant messages.
* Ensure that everything is working:
* `npm run fmt` to format your code.
* `npm run cov` to run the tests.
* `npm run test:coverage` to run the tests.
* Push the changes to your fork.
* Create a pull request.
* Describe your changes in detail.
Expand All @@ -49,4 +51,4 @@ All submissions, including submissions by project members, require review. We us

## License

The project is licensed under the [Apache-2.0](https://github.com/google/zx?tab=Apache-2.0-1-ov-file#readme)
The project is licensed under the [Apache-2.0](https://github.com/google/zx?tab=Apache-2.0-1-ov-file#readme)

0 comments on commit 242f430

Please sign in to comment.