- Does the documentation build? Does
make html
return errors?
- Is there a proper regression test?
- Is the feature documented?
- Are the strings internationalized?
- Is the base language of strings French?
- Does the coding style conform to the guidelines? Are there any flake8 errors?
- Is the test suite passing?
- Is the code exempt of spurious print / console.log statements?
- Do HTTP requests to internal services have explicite timeout set ?
- Does the commit message follow the project standards?
- Does the front-end generally follow these guidelines?
- Does the Sass respect the 7-1 architecture pattern?
- Do the classes adhere to a consistent naming convention using hyphens for Sass and camelCase for JavaScript? ** Do the code follow the project's javascript development guidelines ?
- Do the PO files include translations for the XSL documents?
- Do the URL names consist only of letters and underscores?
- Do the template names consist only of letters and underscores?
- Are the template "partials" located inside "partials" directories?