Skip to content

Commit 49783f2

Browse files
author
Gabriel Peal
committed
Added an issue template and pull request template
1 parent 35378bc commit 49783f2

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Before opening a new issue:
2+
3+
- [ ] Look through open and existing issues for duplicates.
4+
- [ ] Apply an appropriate label.
5+
6+
If this is a bug:
7+
- [ ] Attach your After Effects file. If you do not feel comfortable posting it on github, email
8+
it to lottie@airbnb.com. There are 500 ways to do everything in After Effects that achieves the
9+
same visual effect so it is nearly impossible to reproduce your issue without the original After
10+
Effects file.
11+
12+
If this is a feature request:
13+
- [ ] Explain what feature you would like and why you need it. There are usually After Effects
14+
workarounds that we can provide in the meantime that achieve the same effect.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Before opening a pull request:
2+
3+
- [ ] If you added a new feature or fixed a bug, add a json file to assets/Tests and add a test
4+
for it in `LottieTest#testAll`.
5+
- [ ] Run screenshot tests by running `./gradlew --daemon recordMode screenshotTests` on a Nexus
6+
5 5.1.0 emulator and commit all screenshots that have changed.
7+
- [ ] Assign gpeal as a reviewer.

0 commit comments

Comments
 (0)