Thank you for your interest in contributing to Folio-Motion! We’re excited to have you on board. Please follow the steps below to ensure your contributions are effective and meet the project's guidelines.
- Click the "Fork" button at the top right of this repository to create a copy of the project under your GitHub account.
- Clone the forked repository to your local machine:
git clone https://github.com/your-username/folio-motion.git
- Create a new branch for your feature or fix:
git checkout -b your-feature-branch
- Implement your changes to the code. Make sure you test your changes thoroughly before committing.
- Commit your changes with clear, descriptive messages:
git commit -m "Add new feature or fix bug"
- Push your changes to your forked repository:
git push origin your-feature-branch
- Go to the Pull Requests tab and click "New Pull Request."
- Choose your forked repository and branch, and compare it to the
main
branch of the original repository. - Provide a clear description of the changes you've made and why they should be merged.
We strive to maintain a friendly and inclusive environment for all contributors. Please be respectful and considerate in all discussions, whether in pull requests or issues.
If you encounter a bug or have an idea for an improvement, please open an issue in the Issues tab. Be as detailed as possible when describing the issue, including steps to reproduce it.
Your contributions help make this project better for everyone. We're grateful for your help! 🙏