File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed
Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,19 @@ uv run pre-commit install
2828./test/test.sh
2929```
3030
31- 8 . Commit your changes, if the pre-commit hook fails, run ` ./bin/test.sh ` to
31+ 10 . Run the auto-translations:
32+
33+ ``` bash
34+ ./bin/translate.sh
35+ ```
36+
37+ 11 . Commit your changes, if the pre-commit hook fails, run ` ./bin/test.sh ` to
3238 know which test failed.
33- 9 . If the last step was your last commit on this issue, run this command:
39+ 12 . If the last step was your last commit on this issue, run this command:
3440
3541``` bash
3642uv run ./bin/bump-version.sh
3743```
3844
39- 10 . Push your changes to the forked repository.
40- 11 . Open a pull request on [ GitHub] ( https://github.com/python.pe/edit-python.pe/pulls ) .
45+ 13 . Push your changes to the forked repository.
46+ 14 . Open a pull request on [ GitHub] ( https://github.com/python.pe/edit-python.pe/pulls ) .
Original file line number Diff line number Diff line change 22
33## * Textual Tool for Creating Member Profiles for python.pe*
44
5- ## ** QUICK START**
5+ This tutorial will guide you step-by-step to create your profile on python.pe
6+ quickly and securely.
67
7- > This tutorial will guide you step-by-step to create your profile on python.pe
8- > quickly and securely.
9-
10- ### ** PREREQUISITES**
8+ ## Prerequisites
119
1210``` bash
1311# Check required versions
1412uv --version # >= 0.8.11
1513```
1614
17- ## ** INSTALLING edit-python.pe**
15+ ## Installing edit-python.pe
1816
1917### Installing dependencies
2018
@@ -35,3 +33,8 @@ uv sync
3533uvx edit-python-pe
3634# Next you'll be prompted for your access token
3735```
36+
37+ ## Contribute
38+
39+ Read the [ Developer
40+ Guide] ( https://github.com/python.pe/edit-python.pe/blob/main/CONTRIBUTING.md )
You can’t perform that action at this time.
0 commit comments