diff --git a/.github/ISSUE_TEMPLATE/safe-app-request.md b/.github/ISSUE_TEMPLATE/safe-app-request.md index 624349d..93c68d8 100644 --- a/.github/ISSUE_TEMPLATE/safe-app-request.md +++ b/.github/ISSUE_TEMPLATE/safe-app-request.md @@ -4,9 +4,21 @@ about: Create a request to add, remove or update a Safe app --- +### Revision checks + + - [ ] Your Safe App include a manifest.json file at the root [with the required data](https://docs.gnosis-safe.io/build/sdks/safe-apps/releasing-your-safe-app) + - [ ] The app can be loaded as a custom Safe App in the Apps section of [https://gnosis-safe.io/app](https://gnosis-safe.io/app) + - [ ] The app auto-connects to the Safe + - [ ] You are able to trigger and execute one transaction with a Safe + - [ ] RPC requests are optimized (not triggering many requests in a very short time period) + ### Name/Description - New addition - Update