Skip to content

Commit f330acb

Browse files
Create pull_request_template.md with contribution rules
Added a pull request template with guidelines for contributors.
1 parent 90a2ef9 commit f330acb

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## PR Checklist
2+
3+
Before submitting this PR, please make sure you follow these rules:
4+
5+
### Mandatory Rules:
6+
- **One topic per PR** — Do not mix unrelated changes (e.g. bug fix + refactoring + new feature).
7+
- **Do not rename** variables, properties, methods, or classes unless there is a very strong reason (and explain it).
8+
- **Do not change coding style** (indentation, braces, quotes, spacing, etc.).
9+
- Keep changes focused and minimal.
10+
11+
### Other Guidelines:
12+
- Write clear commit messages.
13+
- Add tests when applicable.
14+
- Update documentation if needed.
15+
16+
---
17+
18+
**If your PR violates any of the mandatory rules above, it may be closed or require significant rework.**
19+
20+
Thank you for contributing!

0 commit comments

Comments
 (0)