From 2cc74737854d0c109c45520b23a6ff8fc281b17f Mon Sep 17 00:00:00 2001 From: imthegm Date: Thu, 12 Oct 2023 17:37:59 -0400 Subject: [PATCH] Updated readme with contribution steps --- readme.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c60080b..de0369d 100644 --- a/readme.md +++ b/readme.md @@ -8,4 +8,15 @@ The **Server** folder contains the current working files for the server pack. Th ## Contributing to this repository -Test again \ No newline at end of file +Co-devs and server staff can contribute to this repository with the following steps. + +- Log into [Gitea](gitea.cliffhouse.app) with your UCS credentials. +- For co-developers who are active contributors to the project, use your git client of choice to check out your branch of the project +OR +- For server staff who are not active contributors but might be interested, use your git client of choice to make a fork of the project +- In your working branch, either on the main repository or your fork, make your changes +- Commit the changes to your branch/repository +- Use the "Pull Requests" tab on the main repository to make a pull request. + Please make your request to merge into dev, not main. The pipeline is your repo/branch -> dev -> main. +- Once your request has been reviewed, if approved, it will be merged with the dev branch. +- After final testing of dev branch with all pending changes merged, one of the co-devs will make merge Dev into Main and export the pack. \ No newline at end of file