The IO Foundation
Search
K
Links
Comment on page
📓

🚧 Initiatives

ShortURL | Playbook | Assistant
NOTICE
This documentation page is under construction. Should you want to be notified once it's published, let us know.
This Handbook responds to the following Policies:

TO MIGRATE

Table of Contents

  1. 1.
    Abstract
  2. 2.
    TIOF general Dev Guidelines
  3. 3.
    Project Lockdown specific Dev Guidelines
  4. 4.
    Additional information

Project Organization

General considerations

Milestones

Projects in TIOF use Milestones to establish relevant deadlines in order to structure their implementation.
Milestones are created and maintained by:
  • TIOF Management
  • Project Managers
Milestones are organized in 2 levels:
  • Organization-wide These Milestones apply across all the organization and are to be observed mainly by TIOF's organization core as well as Project Managers.
  • Project-wide These Milestones apply specifically to a given TIOF Project and are to be observed by all Project's Teams.

GitHub Issues

  • Templates
  • Labels
  • Pinned Issues
When creating a new Feature
  • Create a Root Issue
  • List all subtasks as Tasks Markdown)
  • Create the necessary Issues for each task and populate them with the necessary information as per template.
  • Add the Issue # to the Root Issue (@@@ Look into automating this. Should be doable.)
Pull Requests
  • Templates

Abstract

Back to top