We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fcf11 commit dd68e79Copy full SHA for dd68e79
.github/pull_request_template.md
@@ -0,0 +1,11 @@
1
+## PR Checklist
2
+
3
+For a smooth review process, please run through this checklist before submitting a PR.
4
5
+- [ ] Resource attributes match 1:1 the names and structure of the API resource in the GitLab API documentation.
6
+- [ ] Docs are updated with any new resources or attributes, including how to import the resource.
7
+- [ ] New resources should have at minimum a basic test with three steps:
8
+ - Create the resource
9
+ - Update the attributes
10
+ - Import the resource
11
+- [ ] No new //lintignore comments that came from copied code. Linter rules are meant to be enforced on new code.
0 commit comments