Skip to content
Loi Tran edited this page Jul 9, 2023 · 14 revisions

Overview

An outline the processes of RSE.

Dependencies

The most important packages/dependencies used.

Major

Minor

Development Guides

Platform specific guides for local development.

Dev Workflow

A 10,000 ft overview of how we develop, merge, and release.

  • Branch from develop.
    • Name feature branch with pattern feature/issue-number.
    • Open PR into develop when work done.
  • Branch from develop.
    • Name release branch with semantic version release/*.*.*. For example release/0.0.1
    • Tag branch with version.
  • Merge release into main.
  • Releasing

Tools

Our commonly used tools. Feel free to use others but we currently like these.

References

Clone this wiki locally