I’m using GitLab.com (repository hosted on GitLab.com)
I’m hoping to implement a description template when creating a new issue.
Reading through the docs, they say that templates are kept in the following location: .gitlab/issue_templates
, however I don’t see a .gitlab
folder for my repo when I navigate to the root. Here is a screenshot of the files/folders located in my root directory:
It seems like you need to be running GitLab on a private server that you have admin access to in order to implement templates (i.e. doesn’t work with repos hosted on GitLab.com).
Is that correct?
If not, where is the .gitlab
folder I’m looking for?