Prepare your application for testing
(→Command Line Applications) |
|||
Line 9: | Line 9: | ||
* My package uses a [[Documentation/Maemo_5_Developer_Guide/Packaging%2C_Deploying_and_Distributing#Sections|proper section]]*. | * My package uses a [[Documentation/Maemo_5_Developer_Guide/Packaging%2C_Deploying_and_Distributing#Sections|proper section]]*. | ||
* My package short description has 10 or more characters*. | * My package short description has 10 or more characters*. | ||
- | * My package has a [[Packaging#Bugtracker_location|bugtracker]]. | + | * My package has a [[Packaging#Bugtracker_location|bugtracker]]*. |
* My application doesn't violate any copyrights and the code has a [[Extras-testing/QA_Checklist#Licensing_and_legal_issues|proper license]]. | * My application doesn't violate any copyrights and the code has a [[Extras-testing/QA_Checklist#Licensing_and_legal_issues|proper license]]. | ||
* My application doesn't have [[Extras-testing/QA_Checklist#Broken_functionality_or_reproducible_crashes|broken functionalities or evident crashes]]. | * My application doesn't have [[Extras-testing/QA_Checklist#Broken_functionality_or_reproducible_crashes|broken functionalities or evident crashes]]. | ||
Line 28: | Line 28: | ||
* Use [[Packaging#Pretty_names|pretty names]] in your package. | * Use [[Packaging#Pretty_names|pretty names]] in your package. | ||
- | '''*''' - | + | '''*''' - Automatic checks. |
[[Category:Community]] | [[Category:Community]] | ||
[[Category:Development]] | [[Category:Development]] | ||
[[Category:Quality Assurance]] | [[Category:Quality Assurance]] |
Revision as of 00:39, 13 February 2010
THIS IS A DRAFT, don't link this page yet.
INTRO(WRITEME)
Before promoting your application to Extras-testing, you must make sure that your application respects all the Q&A rules, please double check all the points below in order to save time and extra work.
- My application is properly packaged, and has a application manager icon and a desktop icon.
- My package uses a proper section*.
- My package short description has 10 or more characters*.
- My package has a bugtracker*.
- My application doesn't violate any copyrights and the code has a proper license.
- My application doesn't have broken functionalities or evident crashes.
- My package or webpage doesn't advertised features that aren't available in my application.
- My application doesn't uses more than 500kb of space in root partition
- My application doesn't compromises the system performance.
- My application doesn't introduces any power management issue.
- My application doesn't compromises the security of the system.
Command Line Applications
- My application is using the CLI icon(ADD LINK)
- My application description clearly says that my application runs only from the command line.
Recommendations
- Avoid long revision strings like: svn23535344r56 or git423423r567.
- Use pretty names in your package.
* - Automatic checks.