-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc39a5c
commit 210b6bf
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) | ||
|
@@ -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 | ||
|