Skip to content

Instantly share code, notes, and snippets.

@brice
Forked from marekkalnik/questionnaire.md
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brice/be50dba7e8b7040f3a6e to your computer and use it in GitHub Desktop.
Save brice/be50dba7e8b7040f3a6e to your computer and use it in GitHub Desktop.

Questionnaire d'agilité

Agilité technique Coef
Intégration continue ? (Jenkins ou Travis VERT) 3
Aucune régression la semaine dernière ? 2
Modèle validé avec le PO? 1
Au moins 1 test* par jour ? (par personne) 1
Au moins 1 refactoring* par jour ? (par personne) 1
Code review sur chaque Merge Request ? 1
Pas de "What the fuck" en lisant le code du projet en général ? 1
  • test = Un scenario Behat ou une fonction de test PhpUnit (les dataproviders ne comptent pas)
Devops Coef
Projet en prod ? 3
Retours utilisateurs ? 1
Préprod ISO à la prod ? 1
README a jour ? 1
Vagrant + provisionning à jour ? (Puppet, ansible, docker, etc.) 1
Vagrant détruite et recréée une fois par semaine 1
Au moins une mise en prod par semaine ? 1
Durée d'une mise en prod < 5min ? (Déploiement automatique) 1

... / 20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment