You can contribute to Closeread in many ways:
- By opening issues and starting discussions to provide feedback and share ideas
- By submitting Pull Request (PR) to fix opened issues
- By submitting Pull Request (PR) to suggest new features (it is considered good practice to open an issue for discussion before working on a pull request for a new feature).
Pull requests are very welcome! Here's how to contribute via PR:
- Fork the repository, clone it locally, and make your changes in a new branch specific to the PR.
- Submit the pull request into the
dev
branch. It is ok to submit as "draft" if you are still working on it but would like some feedback from us. It always good to share in the open that you are working on it. - The maintainers will provide feedback on the PR and if its within scope and well-implemented, it will get merged into
dev
. - Once there is a critical mass of new features and fixes on
dev
, it will be merged intomain
and a new version of Closeread will be released.
We'll try to be as responsive as possible in reviewing and accepting pull requests.