Skip to content

Practices

superseacat edited this page Jan 7, 2020 · 15 revisions

Team agile practices

  • daily time is 12:00
  • daily space (on-site: A146 & remote in slack if any member is away)
  • Sprint duration (3 weeks)
  • other ceremonies (demo/retro/planning)
  • QA (testing)

Team development & testing practices

  • DoD: Juha approved, passes all the tests on TEST ENV, reviewed by at least one (not worked on the feature (optional), automated QA tools accept
  • style checking (automated style checker: probably smth that been used for TMC)
  • testing (what, how, when, where) unit testing, manual testing
  • PR reviews
  • branching (no straight pushes to master), issue = branch
  • commit messages and issue referencing
  • issues format, notes but not the issues
  • deployment:
    • test branch - is where the feature branches are getting merged into (manual on linux) - deploys to the "beta" plugin repo
    • master branch = test branch + all three OS level manual testing & bugs - deploys to the JB plugin repo
Clone this wiki locally