Reight123 / chromat_ynk

CY TECH project on JAVA and JAVAFX
1 stars 0 forks source link

How to make a contribution #1

Open na-teag opened 5 months ago

na-teag commented 5 months ago

Create an issue

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

Working on an issue

  1. Assign yourself to an issue
  2. Make a new branch from main to work on (click on "Branches" then "New branch")
  3. Switch (locally) to your newly created branch: git fetch then git switch < branch >
  4. Modify the files as you want
  5. 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.
  6. Merge using the squash method.

Pulling/Pushing commits

na-teag commented 5 months ago

as a memory