Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbryanyu authored May 25, 2024
1 parent bc39a5c commit 210b6bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Contributing
~~Contact `[email protected]` for any questions~~. I have currently paused working on this project, but feel free to make improvements, and reach out to me at `[email protected]` to let me know.


## How to make changes
1. [Fork the repo](https://help.github.com/articles/fork-a-repo/)
Expand All @@ -10,7 +12,6 @@
7. Push to a new feature branch using `git push origin <your-feature-branch-name>`
8. [Create a pull request](https://help.github.com/articles/creating-a-pull-request). Your PR will need to pass all checks in the CI/CD pipeline to be able to merge.

Contact `[email protected]` for any questions.

## Testing
We are using [jest](https://jestjs.io/) to run unit tests. Run the test script using
Expand Down

0 comments on commit 210b6bf

Please sign in to comment.