Created Submission Checklist (markdown)

PhonicUK 2022-01-26 12:39:53 +00:00
parent c6be7de86e
commit 890b848671

15
Submission-Checklist.md Normal file

@ -0,0 +1,15 @@
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