Thank you for your interest in contributing to our JavaScript animation tool for code snippets! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Before you begin, ensure you have read and understood the basics of the project. Here are a few ways you can contribute:
- Reporting bugs
- Suggesting features
- Writing code
- Improving documentation
- Reviewing pull requests
If you're new to open source, check out this guide to get started.
If you find a bug, please report it by opening an issue in the repository. Include:
- A clear and descriptive title
- A description of the bug
- Steps to reproduce the issue
- Expected and actual results
- Any relevant screenshots or code snippets
- Information about your environment (browser, OS, etc.)
Have an idea for a new feature? We'd love to hear it! Please open an issue to discuss the feature, including:
- A clear and descriptive title
- A detailed description of the proposed feature
- Any relevant code or references that could help with the implementation
- Fork the repository.
- Create a new branch for your feature or bugfix (
git checkout -b feature/your-feature-name
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Open a pull request to the
main
branch.
Please make sure your pull request includes:
- A clear title and description of the changes.
- Any relevant issues or feature requests that your code addresses.
- Tests to verify your changes.
Before you can start developing, make sure you have the following tools installed:
- Clone the repository:
git clone https://github.com/illia-stv/magic-motion.git