Thank you for considering contributing to this project! We welcome contributions of all kinds, from bug reports and code fixes to content improvements and creative suggestions.
Please read the following guidelines carefully to make the contribution process smooth for everyone.
-
Fork the Repository Click the Fork button in the top-right corner of the repo.
-
Clone Your Fork
git clone https://github.com/your-username/project-name.git cd project-name -
Create a New Branch
git checkout -b feature/your-feature-name
-
Make Changes
a) Keep the code/style consistent with the project.
b) Write clear, meaningful commit messages.
c) If applicable, test your code.
- Commit and Push
git add . git commit -m "Add: [your short description here]" git push origin feature/your-feature-name
- Submit a Pull Request
a) Go to the original repository.
b) Click "New pull request".
c) Choose your branch and add a description of what youโve done and why.
a) Fixing bugs
b) Adding new features
c) Improving documentation
d) Refactoring or optimizing code
e) Design, media, or content edits
If you're stuck or unsure about anything, feel free to open an issue or reach out via thecawnporemagofficial@gmail.com.
By contributing, you agree that your work will be licensed under the same license as the project.
Happy contributing! <3