When contributing to this repository, please first discuss the change you wish to make via issue with the owners of this repository before making a change. This will ensure that your change is aligned with the goals of the project and that it can be reviewed and merged more easily.
Please note we have a code of conduct, please follow it in all your interactions with the project.
git clone https://github.com/jfelipearaujo/cpfcnpj.git- Ensure that you have the latest version of the codebase.
- Configure your machine to use the
.pre-commit-config.yamlfile. THIS IS IMPORTANT!- Install pre-commit via Python (PIP):
pip install pre-commit - Run
pre-commit installto install the pre-commit hooks.
- Install pre-commit via Python (PIP):
- Create a new branch from the
mainbranch. - Make your changes.
- Ensure that your code passes all tests and linting checks.
- Commit your changes with a clear and descriptive message.
- Push your changes to your forked repository.
- Create a new pull request from your branch to the
mainbranch.
Once your PR is merged, you will be able to see your changes in the main branch and you will be publicly visible on the repository contributors list.
When a new version is ready to be released, the maintainers will generate a new release and everyone who contributed to the repository will be mentioned in the release notes.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.