Skip to content

Difficulties and Tips

Lasklu edited this page Jul 17, 2020 · 28 revisions

Here some tipps for the next group

  1. Github-Workflow First of all you have to create an issue to each change. This is splitted into a feature request or a bug request. While creating the issue we provide a template with further instructions. You have the possibility to tag the issue or to assign somebody to this issue. After creating the issue you have to link a branch to it. The default branches "development" and "master" are protected. This means that you are only able to commit code to a feature (or bug)- Branch. Use this naming-convention: feature/GH-{issue-nr.} or bugfix/GH-{issue-nr.}.

After pushing your code to the specific branch and resolving your issue you will merge this branch to the development branch. Create a self-describing PullRequest. To merge the branch your PR will have to fulfill two requirements:

  1. Another person has to review your code
  2. Every test (CI) has to be green (Advise: To prevent bugs we decided to make this optional but it is highly recommended to merge only after passing every Test!)
Clone this wiki locally