mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
9 lines
638 B
Plaintext
9 lines
638 B
Plaintext
|
|
||
|
|
||
|
### Pull Request checklist
|
||
|
<!-- Before submitting the PR, please address each item -->
|
||
|
- [ ] **Quality**: This PR builds and passes detekt/ktlint checks (A pre-push hook is recommended)
|
||
|
- [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not
|
||
|
- [ ] **Changelog**: This PR includes [a changelog entry](https://github.com/mozilla-mobile/fenix/blob/master/CHANGELOG.md) or does not need one
|
||
|
- [ ] **Accessibility**: The code in this PR follows [accessibility best practices](https://github.com/mozilla-mobile/shared-docs/blob/master/android/accessibility_guide.md) or does not include any user facing features
|