You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,34 @@ The animations in Animate.css should follow a few key principles:
22
22
3. End each file with a blank line
23
23
4. Make sure you have an editorconfig plugin/extension enabled in your editor and all the dependencies installed so editorconfig and prettier can automatically format your code when committing.
24
24
25
+
## Types of Contributions We Welcome
26
+
27
+
Animate.css is more than just a collection of animations. We welcome a variety of contributions that help improve the project for everyone, including:
28
+
29
+
### 🧩 Animation Improvements
30
+
- Refinements to existing animations (timing, easing, consistency)
31
+
- Bug fixes that improve reliability or performance
32
+
- New animations that follow the design guidelines above
33
+
34
+
### 📚 Documentation Improvements
35
+
- Fixing typos, grammar, or formatting issues
36
+
- Improving clarity of usage examples
37
+
- Expanding explanations for accessibility or best practices
38
+
39
+
### ♿ Accessibility Enhancements
40
+
- Improvements that help animations respect user preferences such as `prefers-reduced-motion`
41
+
- Documentation updates that explain accessibility considerations when using Animate.css
42
+
43
+
### 🧪 Demos and Examples
44
+
- Improvements to existing demo pages
45
+
- Clearer or more illustrative examples showing real-world usage
46
+
47
+
### 🛠 Tooling and Maintenance
48
+
- Build, formatting, or configuration improvements
49
+
- CI or test-related enhancements that do not change public APIs
50
+
51
+
If you are unsure whether a change fits within the scope of Animate.css, feel free to open an issue to discuss it before starting work.
52
+
25
53
## How To Contribute
26
54
27
55
1.[Fork](https://help.github.com/articles/fork-a-repo/) the project
0 commit comments