Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 555da98

Browse files
authored
Create CONTRIBUTING.md
1 parent 4804708 commit 555da98

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Contributing to [Project Name]
2+
3+
Thank you for your interest in contributing to this project! Here are some guidelines to help you get started:
4+
5+
## Reporting Bugs
6+
7+
- Please check if the issue has already been reported.
8+
- Create a new issue with a clear and detailed description if you find a bug.
9+
10+
## Suggesting Enhancements
11+
12+
- Feel free to open an issue to discuss your idea before starting work.
13+
14+
## Pull Requests
15+
16+
- Fork the repository.
17+
- Create a new branch for your changes (`git checkout -b feature-name`).
18+
- Make sure your code follows the existing style.
19+
- Test your changes locally.
20+
- Submit a pull request with a clear description of what you have done.
21+
22+
## Code Style
23+
24+
- Follow the current code style and conventions.
25+
- Write clear comments and maintain readability.
26+
27+
## Code of Conduct
28+
29+
- Please be respectful and courteous in all interactions.
30+
31+
---
32+
33+
Thanks for contributing!

0 commit comments

Comments
 (0)