Skip to content

Commit a838650

Browse files
committed
updates CONTRIBUTING.md
Signed-off-by: Anthony Veaudry <anthony@veaudry.pro>
1 parent 4367369 commit a838650

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,17 @@ The animations in Animate.css should follow a few key principles:
1414
- **Animations should be helpful.** They should be designed to guide users to a point of interest, ease natural reading order, or to communicate relationships between elements.
1515
- **Animations should feel familial.** Avoid introducing animations that feel out-of-place compared to the existing set.
1616
- **Animations should feel natural.** Animations should reflect, as much as is reasonable, motion that occurs in natural physics. Avoid extreme timing functions, and model animations on real-world events.
17+
18+
## Code Styling
19+
20+
1. Match the naming convention (camelCase, categorized [fades, bounces, etc])
21+
2. Indent with two spaces
22+
3. End each file with a blank line
23+
24+
## How To Contribute
25+
26+
1. [Fork](https://help.github.com/articles/fork-a-repo/) the project
27+
2. Create a new topic branch on your local forked copy
28+
3. Push your topic branch up to your fork
29+
4. Create a [pen](https://codepen.io/) demonstrating what yor change will do.
30+
5. [Open a Pull Request](https://help.github.com/articles/about-pull-requests/) with a clear title and description against the `master` branch.

0 commit comments

Comments
 (0)