Skip to content

Latest commit

ย 

History

History
55 lines (38 loc) ยท 1.55 KB

File metadata and controls

55 lines (38 loc) ยท 1.55 KB

๐ŸŒŸ Contributing to The Cawnpore Magazine

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.


๐Ÿ› ๏ธ How to Contribute

  1. Fork the Repository Click the Fork button in the top-right corner of the repo.

  2. Clone Your Fork

    git clone https://github.com/your-username/project-name.git
    cd project-name
    
  3. Create a New Branch

    git checkout -b feature/your-feature-name
    
  4. Make Changes

a) Keep the code/style consistent with the project.
b) Write clear, meaningful commit messages.
c) If applicable, test your code.

  1. Commit and Push
    git add .
    git commit -m "Add: [your short description here]"
    git push origin feature/your-feature-name
    
  2. 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.

โœ… Types of Contributions

a) Fixing bugs
b) Adding new features
c) Improving documentation
d) Refactoring or optimizing code
e) Design, media, or content edits

๐Ÿ™‹ Need Help?

If you're stuck or unsure about anything, feel free to open an issue or reach out via thecawnporemagofficial@gmail.com.

๐Ÿ”’ License

By contributing, you agree that your work will be licensed under the same license as the project.

Happy contributing! <3