Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit f64aa53a authored by Sunik Kupfer's avatar Sunik Kupfer Committed by GitHub
Browse files

Create pull_request_template.md (#316)

parent 53e130d0
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line

### Purpose

What this PR is intended to do and why this is desirable.

Example: 

> Adds support for AAA in BBB, as requested by several people in issue #XX.
> 

### Short description

A short description of the chosen approach to achieve the purpose.

Example:

> - Added authentication option _Some authentication_ to _some module_.
> - Added support for _Some authentication_ to _some content provider_.
> - Added UI support for _Some authentication_ in account settings.

Related information (links to Android docs and other resources that help to understand/review
the changes) can also be put here.


### Checklist

- [ ] The PR has a proper title, description and label.
- [ ] I have [self-reviewed the PR](https://patrickdinh.medium.com/review-your-own-pull-requests-5634cad10b7a).
- [ ] I have added documentation to complex functions and functions that can be used by other modules.
- [ ] I have added reasonable tests or consciously decided to not add tests.