File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments