Skip to content

Commit 50f91be

Browse files
committed
Merge branch 'pr-1903'
2 parents 943032d + dde7048 commit 50f91be

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,34 @@ The animations in Animate.css should follow a few key principles:
2222
3. End each file with a blank line
2323
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.
2424

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+
2553
## How To Contribute
2654

2755
1. [Fork](https://help.github.com/articles/fork-a-repo/) the project

0 commit comments

Comments
 (0)