Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e0c7f8

Browse files
committed
updated the README
1 parent 4474827 commit 6e0c7f8

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,21 @@ Each animation's duration can be adjusted by modifying the `animation-duration`
152152

153153
## Contributing
154154

155-
1. Fork the repository
156-
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
157-
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
158-
4. Push to the branch (`git push origin feature/AmazingFeature`)
159-
5. Open a Pull Request
155+
To maintain consistency and quality across all animations:
156+
157+
1. All new loading animations **must** be created using AI (preferably using [Windsurf](https://codeium.com/windsurf))
158+
2. Fork the repository
159+
3. Create your feature branch (`git checkout -b feature/amazing-animation`)
160+
4. Have AI generate the animation with:
161+
- Pure CSS implementation (no JavaScript)
162+
- Neon color scheme using existing variables
163+
- Responsive design
164+
- Interactive hover effects
165+
5. Commit your changes (`git commit -m 'Add amazing animation'`)
166+
6. Push to the branch (`git push origin feature/amazing-animation`)
167+
7. Open a Pull Request
168+
169+
**Note**: Manual code modifications should be limited to bug fixes and improvements to existing animations. New animations should come from AI to ensure they match the project's style and complexity.
160170

161171
## License
162172

0 commit comments

Comments
 (0)