Skip to content

Commit fc8de19

Browse files
authored
Making contributions emphatic (#50)
* making contributions emphatic * bump version to 0.2.7
1 parent 5449067 commit fc8de19

File tree

4 files changed

+21
-12
lines changed

4 files changed

+21
-12
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff 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
3642
uv 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).

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@
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
1412
uv --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
3533
uvx 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)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "edit-python-pe"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
description = "Allows member and project profile editing onto python.pe git repository"
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)