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.
2 parents 0519c96 + 8579868 commit ab46cbaCopy full SHA for ab46cba
.github/pull_request_template.md
@@ -0,0 +1,15 @@
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.
0 commit comments