File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Description
2
+
3
+ <!-- Which issue/s does this PR close? Is there any more context you can give the reviewer? -->
4
+
5
+ ## PR Checklist
6
+
7
+ <!-- For a smooth review process, please run through this checklist before submitting a PR. -->
8
+
9
+ - [ ] Resource attributes match 1:1 the names and structure of the API resource in [ the GitLab API documentation] ( https://docs.gitlab.com/ee/api/ ) .
10
+ - [ ] Docs are updated with any new resources or attributes, including how to import the resource.
11
+ - [ ] New resources should have at minimum a basic test with three steps:
12
+ - Create the resource
13
+ - Update the attributes
14
+ - Import the resource
15
+ - [ ] No new ` //lintignore ` comments that came from copied code. Linter rules are meant to be enforced on new code.
You can’t perform that action at this time.
0 commit comments