issue templates
Implement a template for release issues.
from https://gitlab.version.fz-juelich.de/help/user/project/description_templates
Creating issue templates
Create a new Markdown (.md) file inside the .gitlab/issue_templates/ directory in your repository. Commit and push to your default branch.
To create a Markdown file:
- Click the
+button next tomasterand click New file. - Add the name of your issue template to the File name text field next to
master. Make sure words are separated with underscores and that your file has the.mdextension, for examplefeature_request.md. - Commit and push to your default branch.
If you don't have a .gitlab/issue_templates directory in your repository, you'll need to create it.
To create the .gitlab/issue_templates directory:
- Click the
+button next tomasterand select New directory. - Name this new directory
.gitlaband commit to your default branch. - Click the
+button next tomasteragain and select New directory.This time, n - Name your directory
issue_templatesand commit to your default branch.
To check if this has worked correctly, create a new issue and see if you can choose a description template.