Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.