Skip to content

Contribution Guide

Akumetsu edited this page Sep 23, 2022 · 2 revisions

Contribution Guide

To ensure that we are able to collaborate effectively, please follow the instructions in this guide to collaborate effectively.

Project Tracking

If taking an issue that is not of type Bug nor Documentation, please ensure that:

  1. The issue is in the ToDo Column of the project board
  2. You assign the issue to yourself, ensuring that no one else starts working on it
  3. You move the issue to the InProgress Column of the project board

Branching

When working on a feature, please create a branch for that feature or issue from the staging branch. When finishing work, please create a pull request back to the staging branch and tag @michmich112 for review and merging.

flowchart TD
  subgraph Staging
    direction TB 
	Commit1 --> Commit2
	Commit2 -.-> Commit3
  end
  subgraph Feature
    direction TB
	FeatureCommit1 --> FeatureCommit2
  end
  Commit2 --> FeatureCommit1
  FeatureCommit2 --> Commit3
Loading

Home

Contribution Docs

Developer Documentations

Clone this wiki locally