Skip to content

Latest commit

 

History

History
84 lines (44 loc) · 1.86 KB

File metadata and controls

84 lines (44 loc) · 1.86 KB

Contributing Guidelines

Thank you for considering contributing to this project! We're excited to collaborate with you. Please follow the steps below to get started:


Getting Started

Areas YOU can Contribute to:

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

How to Contribute (Step-by-Step)

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

  1. Create a new branch

bash git checkout -b your-feature-name

  1. Make your changes

Add new features, fix bugs, enhance the UI, just start with small issues if you are a beginner.

  1. Commit and push your changes

bash git add .

git commit -m "Add meaningful commit message"

git push origin your-feature-name

  1. 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”.

After YOUR PR is Merged:

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

Code of Conduct

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 💡❤