Skip to content

flexpa/os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flexpa logo Flexpa Operating System

Flexpa's public operating system

Table of contents

Culture

Process

Policy

People

IT


Contributing

  1. When relevant, always seek feedback on a proposed update via a public Slack threads first, before committing to the OS. Discussions are more real-time and conducive via Slack.
  2. Make a fork of the os repo. Currently only founders can merge directly to the main repo as we refine processes.
  3. Create a PR from your forked branch
  4. One of the founders will review your PR
  5. Address any updates
  6. A cofounder will merge when all checks have passed!

Development

  1. Install mkdocs with the following commands
    1. pip install mkdocs or brew install mkdocs
    2. pip install mkdocs-material
    3. pip install mkdocs-awesome-pages-plugin
  2. Run mkdocs serve