Skip to content

Commit

Permalink
Update the PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Sep 1, 2023
1 parent 4adba8d commit 1040aa1
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,29 @@
Please check if your pull request fulfills the following requirements:
- [ ] The PR is submitted to the `main` branch.
- [ ] I've read the **[Contribution Guidelines](https://github.com/Ivy-Apps/ivy-wallet/blob/main/CONTRIBUTING.md)**.
- [ ] The code builds and is tested on an actual Android device.
- [ ] The code builds and is tested on an actual a real device.
- [ ] I confirm that I've run the code locally and everything works as expected.

_Put an `x` in the boxes that apply._
- [x] Demo: Checking checkbox using `[x]`

> Upload a screen recording + screenshots to prove that your changes work.
## Pull Request Type
Please check the type of change your PR introduces:
Please check the type of the changes that your PR introduce:

- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, new lines, etc.)
- [ ] Refactoring (no functional changes, renaming)
- [ ] Small improvement (fix typo, UI fine-tune, change color or something small)
- [ ] Small improvement (fix typo, UI fine-tune or something small)
- [ ] Gradle Build related changes
- [ ] Dependencies update (updating libraries)
- [ ] Documentation (clarifying comments, KDoc)
- [ ] Tests (Unit, Integration, UI tests)
- [ ] Other (please describe):

_Put an `x` in all the boxes that apply._


## Does this PR closes any GitHub Issues?

Check **[Ivy Wallet Issues](https://github.com/Ivy-Apps/ivy-wallet/issues)**.
- Closes #N/A (type issue number here)
Put an `x` in all the boxes that apply.


## What's changed?
Expand All @@ -39,4 +34,11 @@ Describe with a few bullets **what's new:**
- c
- d

_💡Tip: Attach screenshots and screen recordings. It helps a lot!_
_💡 Tip: Attach screenshots and screen recordings. It helps a lot!_

## Does this PR closes any GitHub Issues?

Check **[Ivy Wallet Issues](https://github.com/Ivy-Apps/ivy-wallet/issues)**.
- Closes #{ISSUE_NUMBER}

_Replace `{ISSUE_NUMBER}` with the id/number of the issue that you've fixed._

0 comments on commit 1040aa1

Please sign in to comment.