processes:collaboration
Table of Contents
05 Collaboration
Information on how to collaborate on our offerings in alignment with our way of working: How to consume them, how to modify them, and how to integrate your changes back into our codebase.
Get git up and running
Get familiar with our way of working
Get familiar with our existing code
-
pull the hse-application-template repo from our GitLab server
-
read the documentation
Get to work
-
Browse the issues list - for example here - if you don't have a specific feature in mind. If you already know what you want to add, create an issue for your new feature first!
For Open-Source Projects
-
Read up on the project forking workflow
-
Fork the repo
-
Implement your changes using Gitflow
-
Finish and push your features
-
Create a Merge Request
For Customer Projects
-
Create an account on our GitLab server. This allows us to grant write access to repositories, so you can use the gitflow workflow
-
Clone the repo
-
Implement your changes using Gitflow
-
Finish and push your features
processes/collaboration.txt · Last modified: 2023/08/18 11:12 by joerg.hampel