Contributing to Better Step¶
We welcome contributions from the community!
How to Contribute¶
-
Fork the Repository Create your own fork via GitHub.
-
Clone Locally
git clone https://github.com/yourusername/better-step.git cd better-step
-
Create a Feature Branch
git checkout -b feature/your-feature-name
-
Make Changes and Commit
git add . git commit -m "Add feature: description" git push origin feature/your-feature-name
-
Open a Pull Request Submit a PR with a clear description.
Code of Conduct¶
Please be respectful and follow our Code of Conduct. See Common Guidelines for more details.
Reporting Issues¶
Found a bug or want to suggest a feature? Open a GitHub issue with a detailed description.