Skip to content

Commit 6e0574e

Browse files
author
Gabriel Peal
committed
Replaced checkboxes with bullets in issue and pull request templates
1 parent 49783f2 commit 6e0574e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Before opening a new issue:
22

3-
- [ ] Look through open and existing issues for duplicates.
4-
- [ ] Apply an appropriate label.
3+
* Look through open and existing issues for duplicates.
4+
* Apply an appropriate label.
55

66
If this is a bug:
7-
- [ ] Attach your After Effects file. If you do not feel comfortable posting it on github, email
7+
* Attach your After Effects file. If you do not feel comfortable posting it on github, email
88
it to lottie@airbnb.com. There are 500 ways to do everything in After Effects that achieves the
99
same visual effect so it is nearly impossible to reproduce your issue without the original After
1010
Effects file.
1111

1212
If this is a feature request:
13-
- [ ] Explain what feature you would like and why you need it. There are usually After Effects
13+
* Explain what feature you would like and why you need it. There are usually After Effects
1414
workarounds that we can provide in the meantime that achieve the same effect.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Before opening a pull request:
22

3-
- [ ] If you added a new feature or fixed a bug, add a json file to assets/Tests and add a test
3+
* If you added a new feature or fixed a bug, add a json file to assets/Tests and add a test
44
for it in `LottieTest#testAll`.
5-
- [ ] Run screenshot tests by running `./gradlew --daemon recordMode screenshotTests` on a Nexus
5+
* Run screenshot tests by running `./gradlew --daemon recordMode screenshotTests` on a Nexus
66
5 5.1.0 emulator and commit all screenshots that have changed.
7-
- [ ] Assign gpeal as a reviewer.
7+
* Assign gpeal as a reviewer.

0 commit comments

Comments
 (0)