Skip to content

Commit dd68e79

Browse files
authored
Add Pull Request template
Related to #786 (comment)
1 parent 03fcf11 commit dd68e79

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)