Skip to content

Commit ab46cba

Browse files
authored
Merge pull request #788 from gitlabhq/nagyv-patch-1
Add Pull Request template
2 parents 0519c96 + 8579868 commit ab46cba

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/pull_request_template.md

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

Comments
 (0)