Skip to content

Commit edd9d8d

Browse files
authored
Fixed formatting
1 parent dd68e79 commit edd9d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
For a smooth review process, please run through this checklist before submitting a PR.
44

5-
- [ ] Resource attributes match 1:1 the names and structure of the API resource in the GitLab API documentation.
5+
- [ ] Resource attributes match 1:1 the names and structure of the API resource in [the GitLab API documentation](https://docs.gitlab.com/ee/api/).
66
- [ ] Docs are updated with any new resources or attributes, including how to import the resource.
77
- [ ] New resources should have at minimum a basic test with three steps:
88
- Create the resource
99
- Update the attributes
1010
- Import the resource
11-
- [ ] No new //lintignore comments that came from copied code. Linter rules are meant to be enforced on new code.
11+
- [ ] No new `//lintignore` comments that came from copied code. Linter rules are meant to be enforced on new code.

0 commit comments

Comments
 (0)