Starting the contribution guide in the documentation #15
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: vitae/backend-vitae#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/docs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In this commit, the contribution page was added, the
mkdocs-exec
was included to ensure that taskipy is always up to date, and the helps fortaskipy
were also added.related #6
I just commented — please respond and then proceed.
@ -0,0 +34,4 @@
This project uses [`uv`](https://docs.astral.sh/uv/) as the project manager, and you can perform operations through it.
```bash
uv venv #(1)!
@dunossauro This command is unnecessary because the first time you run
uv sync
, it creates the virtual environment automatically.What do you think?
We can remove it, no problem. But I had some problems with that. When changing branches with different pyprojects versions (like in one with docs and another without docs), I need to recreate venv many times…
Okay, I understand. Let's keep it this way!
Regarding the whole, any further changes? Especially concerning the contribution text.
Looks good to me!