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

Skip to content

Commit 97af72d

Browse files
authored
Create CONTRIBUTING.md
1 parent 71974d5 commit 97af72d

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

0 commit comments

Comments
 (0)