FAQs
How to create description templates for an issue?
First create a
.gitlab/issue_templates directory
. Follow the steps below:- Click the + button next to master and select New directory.
- Name this new directory
.gitlab
and commit to your default branch. - Click the + button next to master again and select New directory.
- Name your directory
issue_templates
and commit to your default branch.
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 to master and click New file.
- Add the name of your issue template to the File name text field next to master.
- Make sure that your file has the .md extension, for example
feature_request.md
orFeatureRequest.md.
- Commit and push to your default branch.
Create an issue to check if this has been done correctly. If done correctly, description box will appear while creating a New Issue.
How to set "Priority Labels"?
- Go to Issues.
- Select Labels from the options.Labels can be applied to issues and merge requests.
- Star a label to make it a priority label.
- Order the prioritized labels to change their relative priority, by dragging.