Welcome to the reformat-gherkin project! Thank you for taking the time to contribute. We welcome all contributions, whether that's reporting a bug, requesting a new feature, submitting a fix, or adding documentation.
To report a bug or request a new feature, create a new issue on GitHub.
-
Clone this repository
git clone https://github.com/ducminh-phan/reformat-gherkin.git
-
Install dependencies
cd reformat-gherkin poetry install
-
Install
pre-commit
hookspoetry run pre-commit install
The tests are run with pytest
.
poetry run pytest tests
Please add/update the tests along with your contribution.
- Please create a GitHub Pull Request with the base branch of
develop
. - Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
- Before submitting, update README.md with details of changes to the usage if applicable.