Skip to content

Commit

Permalink
Simplify the PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Jul 23, 2024
1 parent 4cbedae commit 796cf6c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Please check if your pull request fulfills the following requirements:
## What's changed?
Describe with a few bullets **what's new:**
- I've fixed...
-

Before|After
---|---
Expand All @@ -33,11 +32,11 @@ Before|After
- Closes #{ISSUE_NUMBER}

<!--❗For example: - Closes #123 ❗-->
<!--💡 Tip: Replace {ISSUE_NUMBER} with the number of Ivy Wallet ISSUE (https://github.com/Ivy-Apps/ivy-wallet/issues)(❗NOT PR❗) which this pull request fixes. If done correctly, you'll see the issue title linked on PR preview. 💡-->
<!--⚠️ If done correctly, you'll see the issue title linked on the PR preview. ⚠️-->
<!--💡 Tip: Multiple issues:
- Closes #{ISSUE_NUMBER_1}, closes #{ISSUE_NUMBER_2}, closes #{ISSUE_NUMBER_3}
💡-->
<!--💡If the PR doesn't close any GitHub issues, type "Closes N/A" to pass the CI check. 💡-->
-->
<!-- If the PR doesn't close any GitHub issues, type "Closes N/A" to pass the CI check. -->

## Troubleshooting GitHub Actions (CI) failures ❌
Pull request checks failing? Read our [CI Troubleshooting guide](https://github.com/Ivy-Apps/ivy-wallet/blob/main/docs/CI-Troubleshooting.md).

0 comments on commit 796cf6c

Please sign in to comment.