-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCONTRIBUTING.md
More file actions
23 lines (17 loc) · 1.06 KB
/
CONTRIBUTING.md
File metadata and controls
23 lines (17 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Introduction
Thank you for considering contributing to this project! Although this project initially started as an individual endeavor for an internship, I am more than happy to receive help from contributors like you to make it grow.
Every effort made by contributors will be greatly appreciated and will contribute to the overall success of the project. Whether it's through code contributions, bug reports, feature suggestions, or documentation improvements, your contributions will make a difference.
## How to contribute
If you would like to contribute to the project, please follow the steps below:
1. Fork the repository.
2. Create a new branch for your contribution.
3. Make your changes.
4. Test your changes.
5. Commit, push, and create a pull request.
### PR Format
Please follow the PR format below:
1. **Type**: Type of change (e.g., feature, bug fix, documentation).
2. **Description**: Description of the change.
3. **Issue**: Issue number (if applicable).
4. **Tests**: Tests written for the change.
5. **Screenshots**: Screenshots of the change (if applicable).