diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 18b8ed8..b0119e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,13 +28,19 @@ uv run pre-commit install ./test/test.sh ``` -8. Commit your changes, if the pre-commit hook fails, run `./bin/test.sh` to +10. Run the auto-translations: + +```bash +./bin/translate.sh +``` + +11. Commit your changes, if the pre-commit hook fails, run `./bin/test.sh` to know which test failed. -9. If the last step was your last commit on this issue, run this command: +12. If the last step was your last commit on this issue, run this command: ```bash uv run ./bin/bump-version.sh ``` -10. Push your changes to the forked repository. -11. Open a pull request on [GitHub](https://github.com/python.pe/edit-python.pe/pulls). +13. Push your changes to the forked repository. +14. Open a pull request on [GitHub](https://github.com/python.pe/edit-python.pe/pulls). diff --git a/README.md b/README.md index 29fc456..656f452 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,17 @@ ## *Textual Tool for Creating Member Profiles for python.pe* -## **QUICK START** +This tutorial will guide you step-by-step to create your profile on python.pe +quickly and securely. -> This tutorial will guide you step-by-step to create your profile on python.pe -> quickly and securely. - -### **PREREQUISITES** +## Prerequisites ```bash # Check required versions uv --version # >= 0.8.11 ``` -## **INSTALLING edit-python.pe** +## Installing edit-python.pe ### Installing dependencies @@ -35,3 +33,8 @@ uv sync uvx edit-python-pe # Next you'll be prompted for your access token ``` + +## Contribute + +Read the [Developer +Guide](https://github.com/python.pe/edit-python.pe/blob/main/CONTRIBUTING.md) diff --git a/pyproject.toml b/pyproject.toml index a94a908..b9f01f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "edit-python-pe" -version = "0.2.6" +version = "0.2.7" description = "Allows member and project profile editing onto python.pe git repository" readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index 84a180e..b03a888 100644 --- a/uv.lock +++ b/uv.lock @@ -325,7 +325,7 @@ wheels = [ [[package]] name = "edit-python-pe" -version = "0.2.6" +version = "0.2.7" source = { editable = "." } dependencies = [ { name = "babel" },