Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 1.69 KB

File metadata and controls

74 lines (48 loc) · 1.69 KB

🤝 Contributing Guide

Thank you for considering contributing to this project! 🎉
Whether you’re fixing a bug, adding a feature, or improving documentation—your help is appreciated.


🧩 How to Contribute

1. 🐛 Report Issues

If you find a bug, have a question, or want to suggest an improvement,
please open an issue.
Describe the problem clearly so it can be understood and discussed.

2. 🔧 Fixing Bugs / Adding Features

If your idea is approved in an issue:

  1. Fork the repository
  2. Create a new branch for your change
  3. Make your edits
  4. Push your branch
  5. Open a Pull Request (PR)

Please keep PRs focused on one change at a time so they’re easier to review.


🧪 Coding Style

To help maintain consistency:

  • Keep code clean and readable ✨
  • Use clear naming conventions
  • Add comments when needed
  • Avoid large, unrelated changes in a single PR

📝 Commit Messages

Good commit messages make the history easier to understand. Aim for:

  • Short, clear summaries
  • Present-tense wording (e.g., "Fix bug in X")
  • Additional context in the body if needed

🧼 Before Submitting a Pull Request

Make sure you:

  • Tested your changes 🧪
  • Updated documentation if needed 📚
  • Linked the related issue (e.g., Closes #12)
  • Wrote clear notes explaining the change

📬 Pull Request Process

When submitting a PR:

  • Keep it focused and easy to review
  • Be open to feedback 💬
  • Stay respectful in discussions
  • Maintainers may ask for changes before merging

Thank You

Your contributions help make this project better for everyone.
We appreciate your time, effort, and creativity!