HC1: SDLC SIG: Difference between revisions

From Zenon Wiki
Jump to navigation Jump to search
Add matrix room
Add code baseline initiative
Line 7: Line 7:
== Scope ==
== Scope ==
The Software Delivery Lifecycle (SDLC) SIG contributes to the high level planning, maintenance, and delivery of software in the Zenon Network ecosystem.
The Software Delivery Lifecycle (SDLC) SIG contributes to the high level planning, maintenance, and delivery of software in the Zenon Network ecosystem.
== Initiatives ==
=== Establish and maintain code baseline ===
As a developer, I want to build off of a well maintained and up-to-date codebase so that my contributions are not blocked by technical debt.
This includes:
* Keeping dependencies up to date
* Reducing linting errors

Revision as of 19:41, 26 July 2024

Chair: George

Communications: https://matrix.to/#/#sig-sdlc:hc1.chat

Meetings: n/a

Scope

The Software Delivery Lifecycle (SDLC) SIG contributes to the high level planning, maintenance, and delivery of software in the Zenon Network ecosystem.

Initiatives

Establish and maintain code baseline

As a developer, I want to build off of a well maintained and up-to-date codebase so that my contributions are not blocked by technical debt.

This includes:

  • Keeping dependencies up to date
  • Reducing linting errors