File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ We welcome contributions from developers of all skill levels! Here's how you can help:
2+
3+ ### Ways to Contribute
4+
5+ - Add new animations
6+ - Fix bugs and improve performance
7+ - Improve documentation
8+ - Add translations
9+ - Report issues and suggest features
10+
11+ ### Getting Started
12+
13+ 1 . All new loading animations ** must** be created using AI (preferably using [ Windsurf] ( https://codeium.com/windsurf ) )
14+ 2 . Fork the repository
15+ 3 . Create your feature branch (` git checkout -b feature/amazing-animation ` )
16+ 4 . Have AI generate the animation with:
17+ - Pure CSS implementation (no JavaScript)
18+ - Neon color scheme using existing variables
19+ - Responsive design
20+ - Interactive hover effects
21+ 5 . Commit your changes (` git commit -m 'Add amazing animation' ` )
22+ 6 . Push to the branch (` git push origin feature/amazing-animation ` )
23+ 7 . Open a Pull Request
You can’t perform that action at this time.
0 commit comments