Skip to content

Commit e7ba1a7

Browse files
authored
GitHub: Add pull request checklist (prebid#3227)
1 parent 4626c55 commit e7ba1a7

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
### 🔧 Type of changes
2+
- [ ] new bid adapter
3+
- [ ] update bid adapter
4+
- [ ] new feature
5+
- [ ] new analytics adapter
6+
- [ ] new module
7+
- [ ] bugfix
8+
- [ ] documentation
9+
- [ ] configuration
10+
- [ ] tech debt (test coverage, refactorings, etc.)
11+
12+
### ✨ What's the context?
13+
14+
What's the context for the changes? Are there any
15+
16+
17+
### 🧠 Rationale behind the change
18+
19+
Why did you choose to make these changes? Were there any trade-offs you had to consider?
20+
21+
22+
### 🧪 Test plan
23+
24+
How do you know the changes are safe to ship to production?
25+
26+
27+
### 🏎 Quality check
28+
29+
- [ ] Are your changes following [our code style guidelines](https://github.com/prebid/prebid-server-java/blob/master/docs/developers/code-style.md)?
30+
- [ ] Are there any breaking changes in your code?
31+
- [ ] Does your test coverage exceed 90%?
32+
- [ ] Are there any erroneous console logs, debuggers or leftover code in your changes?

0 commit comments

Comments
 (0)