-
Notifications
You must be signed in to change notification settings - Fork 275
Submission Checklist
PhonicUK edited this page Jan 26, 2022
·
1 revision
Before you submit a template, you should use the following checklist and make sure that you have addressed all of the following:
- You have performed a from-scratch setup of the configuration from ADS and verified that it can:
-
- Download the application
-
- Start it
-
- Display feedback to the user about the current application state and console output
- Verified that the above works on all platforms declared to be supported in the applications manifest.
- Created a configuration manifest to control the applications command-line flags and settings as applicable.
- Created a configuration meta-manifest to control how AMP will provide configuration files for each setting.
- For each setting check that:
-
- The setting has a full, human-friendly name and description that explains what the setting is and what it does.
-
- Has the correct input type for the setting (checkboxes for boolean values, enums for fixed lists, etc)
-
- Has a suffix for input types that would benefit from it.
-
- Has a placeholder for blank values where it's not obvious what format the value is expected in.
-
- Has a sane default value