Thank you for considering contributing to this project! We're excited to collaborate with you. Please follow the steps below to get started:
- Add new components or animation.
- Enhance guides and documentation.
- Report or resolve bugs and issues.
- Improve the UI/UX.
- Optimize or Refactor the existing code.
- Any other meaningful change or addition.
- Fork the repository
Head to the Github repository and hit the fork button on the top-right corner.
2.Clone your fork:
Open your terminal and run the following command:
bash git clone https://github.com/YOUR_USERNAME/AnimateItNow.git
- Create a new branch
bash git checkout -b your-feature-name
- Make your changes
Add new features, fix bugs, enhance the UI, just start with small issues if you are a beginner.
- Commit and push your changes
bash git add .
git commit -m "Add meaningful commit message"
git push origin your-feature-name
- Open a Pull Request(PR)
Go to your forked repo on GitHub. Click the “Compare & pull request” button. Add a title and description. Make sure the base repo and branch are correct. Click “Create pull request”.
Once your PR is successfully merged, you will get points as per the GSSOC level labels:
- Level 1 : 3 Points.
- Level 2 : 5 Points (May vary).
- Level 3 : 10 Points.
These points will be added to your name on the GSSOC Contributor Leaderboard(On the offcial website).
Please make sure to read and adhere to our Code of Conduct before contributing. We expect all contributors to help maintain a welcoming and respectful environment for everyone.
Thank you for your interest in contributing! Let's build something amazing together.
Happy Coding 💡❤