Skip to content
Snippets Groups Projects
Commit b8ef2a49 authored by Rute C. Sofia's avatar Rute C. Sofia :football:
Browse files

Add new file

parent 8e0f32e8
No related branches found
No related tags found
No related merge requests found
#How to Contribute
Contributions should be incorporated into the repository using pull requests on a separate branch.
The git workflow is as follows:
- the master branch contains a release that is ready to test and to experiment with. DO NOT develop on this branch.
- When proposing a new feature or a new patch, use a separate local branch from development. The new branch name needs to follow the following structure: feat-name.
- During development, commits should be local.
- When a feature is completed, then the commits can be merged to the development branch.
- pushes to the master branch are handled by the fortiss team.
#Automatic versioning and changelog management
We rely on the "Conventional Commits" meta-data for commits: https://www.conventionalcommits.org/en/v1.0.0/#summary
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment