Skip to main content

FAQs

How to create description templates for an issue?

  1. First create a .gitlab/issue_templates directory. Follow the steps below:

    1. Click the + button next to master and select New directory.
    2. Name this new directory .gitlab and commit to your default branch.
    3. Click the + button next to master again and select New directory.
    4. Name your directory issue_templates and commit to your default branch.
  2. 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:

    1. Click the + button next to master and click New file.
    2. Add the name of your issue template to the File name text field next to master.
    3. Make sure that your file has the .md extension, for example feature_request.md or FeatureRequest.md.
    4. Commit and push to your default branch.
  3. 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"?

  1. Go to Issues.
  2. Select Labels from the options.Labels can be applied to issues and merge requests.
  3. Star a label to make it a priority label.
  4. Order the prioritized labels to change their relative priority, by dragging.