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 53643f7 commit 147dda3Copy full SHA for 147dda3
.github/pull_request_template.md
@@ -0,0 +1,24 @@
1
+Closes # .
2
+
3
+# Code Checklist
4
5
+Ensure the following tasks are completed.
6
7
+- [ ] Is dependencies added with `poetry add`?
8
+- [ ] Is the README.md updated?
9
+- [ ] Are tests included?
10
+- [ ] Are the tests running?
11
+- [ ] Are the names of the files correct?
12
+- [ ] Are migrations included? `make makemigrations && make migrate`
13
+- [ ] Does `make up` work?
14
+- [ ] Does `helm template show ./charts/opszero` work?
15
16
+# Reviewer Checklist
17
18
+- [ ] Go through https://docs.opszero.com/intro.html#pull-request-checklist
19
20
+# Business Checklist
21
22
+- [ ] Is the marketing landing page updated?
23
+- [ ] Is the sales proposal updated?
24
+- [ ] Is the documentation updated?
0 commit comments