Thank you for your interest in improving this project! We welcome contributions from everyone.
Please read the guidelines below to ensure a smooth collaboration process.
By participating in this project, you agree to abide by our Code of Conduct. Please be respectful and welcoming to all community members.
We love new ideas! To request a feature, open an issue and explain:
- The Goal: What problem does this feature solve?
- The Solution: Describe how you envision the feature working.
- Alternative Approaches: Any other solutions you considered.
We use the standard GitHub fork-and-pull workflow for all code contributions.
- Fork the Repository: Create your own copy of this project.
- Clone Locally: Download your fork to your computer.
- Create a Branch: Use a descriptive name like
git checkout -b fix/login-bug. - Make Changes: Write clean code and follow the existing style.
- Run Tests: Ensure everything passes before committing.
- Commit & Push: Write clear commit messages and push to your fork.
- Open a Pull Request: Submit your changes to our
mainbranch for review.
Thank you for making this project better!