From 54d572651f6a0d1629ccb2b44080b3de65e7e7db Mon Sep 17 00:00:00 2001 From: iliyangermanov Date: Sat, 2 Sep 2023 23:42:51 +0300 Subject: [PATCH] Remove "Final Steps" from the PR template --- .github/PULL_REQUEST_TEMPLATE.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9183edc32b..fd6a02b2eb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -41,14 +41,4 @@ _💡 Tip: Attach screenshots and screen recordings. It helps a lot!_ 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._ - -## Final Steps - -Test your build again with the **app-demo.apk** generated by the `APK workflow`. This is an important step because it applies code obfuscation and R8 that often produces runtime exceptions which make the app crash. - -> We don't have QA, you are the QA! That's why we require so much testing. - -If everything still works fines, comment and tag **@ILIYANGERMANOV**. He'll try to merge your PR whenever possible. - -**Thank you for your contribution! 🎉** \ No newline at end of file +_Replace `{ISSUE_NUMBER}` with the id/number of the issue that you've fixed._ \ No newline at end of file