Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

How to make a contribution #1

@na-teag

Description

@na-teag

Create an issue

  1. Create and name the issue
  2. Add labels describing it (back, front, bug, 3. enhancement...)
  3. Working on an issue

Assign yourself to an issue

  1. Make a new branch from main to work on (click on "Branches" then "New branch")
  2. Switch (locally) to your newly created branch: git fetch then git switch < branch >
  3. Modify the files as you want
  4. Create a pull request to merge your banch with main. If you are not sure about you contribution, you can request a review from another member.
  5. Merge using the squash method.

Pulling/Pushing commits

  • To pull changes locally, use the rebase method. git pull --rebase
  • Avoid force-pushing commits
  • Avoid pushing directly on the main branch. 1 Prefer making a new branch instead
  • Commit conventions: https://www.conventionalcommits.org/fr/v1.0.0/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions