From 890b84867115fe797023582c660f0b2e8ed0e3e0 Mon Sep 17 00:00:00 2001 From: PhonicUK Date: Wed, 26 Jan 2022 12:39:53 +0000 Subject: [PATCH] Created Submission Checklist (markdown) --- Submission-Checklist.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Submission-Checklist.md diff --git a/Submission-Checklist.md b/Submission-Checklist.md new file mode 100644 index 0000000..1d5ac59 --- /dev/null +++ b/Submission-Checklist.md @@ -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 \ No newline at end of file