Skip to content

Commit 6b3b922

Browse files
committed
docs: add link to original contributing file
1 parent 852b525 commit 6b3b922

1 file changed

Lines changed: 1 addition & 31 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1 @@
1-
# Contributing to python-boilerplate/uv-template
2-
3-
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.
1+
Contributing: https://python-boilerplate.github.io/uv-template/home/contributing/

0 commit comments

Comments
 (0)