Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 2.04 KB

CONTRIBUTING.md

File metadata and controls

60 lines (40 loc) · 2.04 KB

🤝 Contributing to Folio-Motion

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.

📝 How to Contribute

1. Fork the Repository

  • Click the "Fork" button at the top right of this repository to create a copy of the project under your GitHub account.

2. Clone Your Fork

  • Clone the forked repository to your local machine:
    git clone https://github.com/your-username/folio-motion.git

3. Create a New Branch

  • Create a new branch for your feature or fix:
    git checkout -b your-feature-branch

4. Make Your Changes

  • Implement your changes to the code. Make sure you test your changes thoroughly before committing.

5. Commit Your Changes

  • Commit your changes with clear, descriptive messages:
    git commit -m "Add new feature or fix bug"

6. Push to Your Fork

  • Push your changes to your forked repository:
    git push origin your-feature-branch

7. Create a Pull Request

  • 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.

📜 Code of Conduct

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.


🏷 Issue Reporting and Bug Fixes

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.


🌟 Thank You for Contributing!

Your contributions help make this project better for everyone. We're grateful for your help! 🙏