You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your interest in this project! This is my personal template, so **only bugfixes are accepted**. Please do not submit feature requests or enhancements — all new features are added by the project owner only.
4
-
5
-
## Reporting a Bug
6
-
7
-
1. Make sure the bug hasn’t already been reported in [Issues](https://github.com/python-boilerplate/uv-template/issues).
8
-
2. Open a new issue with a clear description:
9
-
- Steps to reproduce the bug
10
-
- Expected and actual behavior
11
-
- Logs, traces, or screenshots if applicable
12
-
- Python version, your OS, etc.
13
-
14
-
## How to Contribute (Pull Request)
15
-
16
-
1.**Fork** this repository to your own GitHub account.
17
-
2.**Create a separate branch** for your fix (`fix/your-bug-description`).
18
-
3. Make the necessary changes.
19
-
4. Make sure the project builds and passes all tests (`pytest`) and linters (`ruff`) if needed.
20
-
5. Write a brief, informative description for your PR.
21
-
6. Open a Pull Request to this repository from your branch.
22
-
23
-
## Code Requirements
24
-
25
-
- Follow the existing code style.
26
-
- Run tests (`pytest`) and check the linter (`ruff`) before submitting.
27
-
- Do not change functionality or add new features without prior agreement.
28
-
29
-
## Questions
30
-
31
-
If you have questions, open an issue with the appropriate label or comment on an existing one.
0 commit comments