-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix unicode error * style: rename some methods for better clarity
- Loading branch information
1 parent
57c3991
commit cc292d0
Showing
6 changed files
with
126 additions
and
74 deletions.
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Contribute | ||
|
||
We welcome contributions to the project. | ||
|
||
To contribute, please follow these steps: | ||
1. Fork the repository. | ||
2. Create a new branch for your changes with a descriptive name, e.g. `git checkout -b feature/add-support-for-xyz` or `git checkout -b fix/parsing-error-in-abc`. | ||
3. Create an environment with the required dependencies via `pip install -r requirements.txt`. | ||
4. Install `pre-commit` hooks via `pre-commit install`. | ||
5. Make your changes and add tests to ensure your changes are correct. | ||
6. Commit them, `pre-commit` will run automatically when you commit. Tests will be run to ensure your changes are correct. | ||
7. If all tests pass, push your changes to your fork and create a pull request. |
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
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
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
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
Oops, something went wrong.