From 04efd8251ecb7e362bd053002ae8c9b485b64251 Mon Sep 17 00:00:00 2001 From: Sven Vogel Date: Mon, 25 Nov 2024 15:15:32 +0000 Subject: [PATCH] docs: add-contributing (#105) Reviewed-on: https://git.montehaselino.de/DHBW/dhbw-abb-typst-template/pulls/105 --- CONTRIBUTING.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..c796ffa --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +# Contributing + +Development of this template happens at +[git.montehaselino.de](https://git.montehaselino.de/DHBW/dhbw-abb-typst-template). +For this reason pull request opened at any mirror such as on GitHub, will not be +merged as this would compromise the push mirror. + +Pull requests shall be opened exclusively in the official +[repository](https://git.montehaselino.de/DHBW/dhbw-abb-typst-template). +Issues may be created at GitHub or the official repository. +Beware, that linked pull requests and issues in commits messages refer to those +in the official instance and may be broken or invalid on mirrors such as GitHub. + +Direct pushes to the `main` branch are discouraged. In order to make a change +create a new pull request and wait for a maintainer to merge it. Note that in +order to be able to merge, the continuous integration pipeline must run +successfully.