Skip to content

Commit c2b2a5d

Browse files
committed
Add contribution section
1 parent 07c3f06 commit c2b2a5d

File tree

2 files changed

+72
-43
lines changed

2 files changed

+72
-43
lines changed

CONTRIBUTING.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Contributing
2+
Thank you so much for your interest in contributing! All types of contributions are encouraged and valued. The Project Team looks forward to your contributions.
3+
4+
## Filing issues
5+
When in doubt, file an issue. We'd rather close a few duplicate issues than let a problem go unnoticed.
6+
Similarly, if you support a particular feature request, please let us know by commenting on the issue or [subscribing](https://help.github.com/articles/subscribing-to-conversations/) to the issue.
7+
8+
If you are reporting a bug, please help speed up problem diagnosis by providing as much information as possible. Ideally, that would include a small sample project (or gist) that reproduces the problem.
9+
10+
11+
## Contributing code
12+
We actively welcome your pull requests. You can find instructions on building the project in [README.md](https://github.com/canopas/tailwind-animations-examples).
13+
1. Fork the repo and create your branch from `master`.
14+
2. If you've added code that should be tested, add tests
15+
4. Make sure your code lints.
16+
17+
## Labels
18+
Labels on issues are managed by contributors, you don't have to worry about them. Here's a list of what they mean:
19+
20+
* **bug**: feature that should work, but doesn't
21+
* **enhancement**: minor tweak/addition to existing behaviour
22+
* **feature**: new behaviour, bigger than enhancement
23+
* **question**: no need of any fix, usually a usage problem
24+
* **reproducible**: has enough information to very easily reproduce, mostly in the form of a small project in a GitHub repo
25+
* **repro-needed**: we need some code to be able to reproduce and debug locally, otherwise there's not much we can do
26+
* **duplicate**: there's another issue which already covers/tracks this
27+
* **wontfix**: working as intended, or won't be fixed due to compatibility or other reasons
28+
* **invalid**: there isn't enough information to make a verdict, or unrelated
29+
* **non-library**: issue is not in the core library code, but rather in documentation, samples, build process, releases

README.md

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -13,143 +13,143 @@ We keep building complex animations using tailwind css. Our goal is to build rea
1313
<table>
1414
<tr>
1515
<td align="center">
16-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/rotate-square.gif" width="250px" height="250px">
16+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/rotate-square.gif" width="250px" height="250px">
1717
<br />
18-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/RotateSquare.vue">
18+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/RotateSquare.vue">
1919
Rotate Square</a>
2020
</td>
2121
<td align="center">
22-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/progress-dot.gif" width="250px" height="250px">
22+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/progress-dot.gif" width="250px" height="250px">
2323
<br />
24-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/ProgressDots.vue">
24+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/ProgressDots.vue">
2525
Progress Dots</a>
2626
</td>
2727
<td align="center">
28-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/heart.gif" width="250px" height="250px">
28+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/heart.gif" width="250px" height="250px">
2929
<br />
30-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/JumpingHeart.vue">
30+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/JumpingHeart.vue">
3131
Jumping Heart</a>
3232
</td>
3333
</tr>
3434
<tr>
3535
<td align="center">
36-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/rotate-dot.gif" width="250px" height="250px">
36+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/rotate-dot.gif" width="250px" height="250px">
3737
<br />
38-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/RotateDot.vue">
38+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/RotateDot.vue">
3939
Rotate Dot</a>
4040
</td>
4141
<td align="center">
42-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/pacman.gif" width="250px" height="250px">
42+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/pacman.gif" width="250px" height="250px">
4343
<br />
44-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/Pacman.vue">
44+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/Pacman.vue">
4545
Pacman</a>
4646
</td>
4747
<td align="center">
48-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/three-bounce.gif" width="250px" height="250px">
48+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/three-bounce.gif" width="250px" height="250px">
4949
<br />
50-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/ThreeBounce.vue">
50+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/ThreeBounce.vue">
5151
Three Bounce</a>
5252
</td>
5353
</tr>
5454
<tr>
5555
<td align="center">
56-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/arc-rotation.gif" width="250px" height="250px">
56+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/arc-rotation.gif" width="250px" height="250px">
5757
<br />
58-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/ArcRotation.vue">
58+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/ArcRotation.vue">
5959
Arc Rotation</a>
6060
</td>
6161
<td align="center">
62-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/rotate-two-dots.gif" width="250px" height="250px">
62+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/rotate-two-dots.gif" width="250px" height="250px">
6363
<br />
64-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/RotateTwoDots.vue">
64+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/RotateTwoDots.vue">
6565
Rotate Two Dots</a>
6666
</td>
6767
<td align="center">
68-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/square-fill.gif" width="250px" height="250px">
68+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/square-fill.gif" width="250px" height="250px">
6969
<br />
70-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/SquareFill.vue">
70+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/SquareFill.vue">
7171
Square Fill</a>
7272
</td>
7373
</tr>
7474
<tr>
7575
<td align="center">
76-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/clock.gif" width="250px" height="250px">
76+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/clock.gif" width="250px" height="250px">
7777
<br />
78-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/Clock.vue">
78+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/Clock.vue">
7979
Clock</a>
8080
</td>
8181
<td align="center">
82-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/rotate-circle.gif" width="250px" height="250px">
82+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/rotate-circle.gif" width="250px" height="250px">
8383
<br />
84-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/RotateCircle.vue">
84+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/RotateCircle.vue">
8585
Rotate Circle</a>
8686
</td>
8787
<td align="center">
88-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/wave.gif" width="250px" height="250px">
88+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/wave.gif" width="250px" height="250px">
8989
<br />
90-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/Wave.vue">
90+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/Wave.vue">
9191
Wave</a>
9292
</td>
9393
</tr>
9494
<tr>
9595
<td align="center">
96-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/twin-circle.gif" width="250px" height="250px">
96+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/twin-circle.gif" width="250px" height="250px">
9797
<br />
98-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/TwinCircle.vue">
98+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/TwinCircle.vue">
9999
Twin Circle</a>
100100
</td>
101101
<td align="center">
102-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/double-bouncy-circles.gif" width="250px" height="250px">
102+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/double-bouncy-circles.gif" width="250px" height="250px">
103103
<br />
104-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/DoubleBouncyCircles.vue">
104+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/DoubleBouncyCircles.vue">
105105
Double Bouncy Circles</a>
106106
</td>
107107
<td align="center">
108-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/bouncy-circles.gif" width="250px" height="250px">
108+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/bouncy-circles.gif" width="250px" height="250px">
109109
<br />
110-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/BouncyCircles.vue">
110+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/BouncyCircles.vue">
111111
Bouncy Circles</a>
112112
</td>
113113
</tr>
114114
<tr>
115115
<td align="center">
116-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/dotted-square.gif" width="250px" height="250px">
116+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/dotted-square.gif" width="250px" height="250px">
117117
<br />
118-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/DottedSquare.vue">
118+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/DottedSquare.vue">
119119
Dotted Square</a>
120120
</td>
121121
<td align="center">
122-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/arrow-forward.gif" width="250px" height="250px">
122+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/arrow-forward.gif" width="250px" height="250px">
123123
<br />
124-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/ForwardingArrow.vue">
124+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/ForwardingArrow.vue">
125125
Forwarding Arrow</a>
126126
</td>
127127
<td align="center">
128-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/rotating-squares.gif" width="250px" height="250px">
128+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/rotating-squares.gif" width="250px" height="250px">
129129
<br />
130-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/RotatingSquares.vue">
130+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/RotatingSquares.vue">
131131
Rotating Two Squares</a>
132132
</td>
133133
</tr>
134134
<tr>
135135
<td align="center">
136-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/line-wave.gif" width="250px" height="250px">
136+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/line-wave.gif" width="250px" height="250px">
137137
<br />
138-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/LineWave.vue">
138+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/LineWave.vue">
139139
Line Wave</a>
140140
</td>
141141
<td align="center">
142-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/triangle-swapping-dots.gif" width="250px" height="250px">
142+
<img src="https://github.com/canopas/tailwind-animations/blob/master/src/assets/images/triangle-swapping-dots.gif" width="250px" height="250px">
143143
<br />
144-
<a href="https://github.com/canopas/tailwind-animations-examples/blob/main/src/components/TriangleSwappingDots.vue">
144+
<a href="https://github.com/canopas/tailwind-animations-examples/blob/master/src/components/TriangleSwappingDots.vue">
145145
Triangle Swapping Dots</a>
146146
</td>
147147
</tr>
148148
</table>
149149

150-
# Bugs and Feedback
150+
## Contribution
151151

152-
For bugs, questions, and discussions please use the [Github Issues](https://github.com/canopas/tailwind-animations/issues).
152+
The Canopas team enthusiastically welcomes contributions and project participation! There are a bunch of things you can do if you want to contribute! The [Contributor Guide](CONTRIBUTING.md) has all the information you need for everything from reporting bugs to contributing entire new features. Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear.
153153

154154
# Credits
155155

@@ -159,4 +159,4 @@ This repository is owned and maintained by the [Canopas team](https://canopas.co
159159

160160
# Licence
161161

162-
This repository is published under the [GNU V3](https://github.com/canopas/tailwind-animations/blob/master/LICENSE.md).
162+
This repository is published under the [GNU V3](https://github.com/canopas/tailwind-animations-examples/blob/master/LICENSE.md).

0 commit comments

Comments
 (0)