Skip to content

Commit

Permalink
PR template - removed 'main' branch checkbox, in code view: deleted b…
Browse files Browse the repository at this point in the history
…lank lines, clarified comments (Ivy-Apps#3336)
  • Loading branch information
CodinGeo authored Jul 12, 2024
1 parent 24555e3 commit 77c1df1
Showing 1 changed file with 8 additions and 40 deletions.
48 changes: 8 additions & 40 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,71 +1,39 @@
## Pull request (PR) checklist

Please check if your pull request fulfills the following requirements:

<!-- 💡 Tip: Tick checkboxes like this: [x] -->

- [ ] The PR is submitted to the `main` branch.
<!--💡 Tip: Tick checkboxes like this: [x] 💡-->
- [ ] I've read the [Contribution Guidelines](https://github.com/Ivy-Apps/ivy-wallet/blob/main/CONTRIBUTING.md) and my PR doesn't break the rules.
- [ ] I've read and understand the [Developer Guidelines](https://github.com/Ivy-Apps/ivy-wallet/blob/main/docs/Guidelines.md).
- [ ] I confirm that I've run the code locally and everything works as expected.
- [ ] My PR includes only the necessary changes to fix the issue (i.e., no unnecessary files or lines of code are changed).
- [ ] 🎬 I've attached a **screen recording** of using the new code to the next paragraph (if applicable).


## Screen recording of interacting with your changes:

<!-- 💡 Tip: Drag & drop the video here. -->


<!--💡 Tip: Drag & drop the video here. 💡-->

## What's changed?
Describe with a few bullets **what's new:**

<!-- 💡 Tip: After each more important point leave one line empty and show your changes in markdown table with screenshots or screen recordings replacing {media}. In the end, it should look like this:
<!--💡 Tip: After each more important point leave one line empty and show your changes in markdown table with screenshots or screen recordings replacing {media}. In the end, it should look like this: 💡-->
- I've fixed...

Before|After
-------|-------
---------|---------
{media}|{media}
{media}|{media}
-->


- ...


- ...


## Risk factors

**What may go wrong if we merge your PR?**

- ...
- ...

**In what cases won't your code work?**

- ...
- ...


## Does this PR close any GitHub issues?

- 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. -->

<!-- 💡 Tip: Multiple issues:
<!--❗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. 💡-->
<!--💡 Tip: Multiple issues:
- Closes #{ISSUE_NUMBER_1}, closes #{ISSUE_NUMBER_2}, closes #{ISSUE_NUMBER_3}
-->


💡-->
## Troubleshooting 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 77c1df1

Please sign in to comment.