|
|
@@ -0,0 +1,30 @@
|
|
|
+## Pull request type
|
|
|
+
|
|
|
+<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
|
|
|
+
|
|
|
+Please check the type of change your PR introduces:
|
|
|
+- [ ] Bugfix
|
|
|
+- [ ] Feature
|
|
|
+- [ ] Other (please describe):
|
|
|
+
|
|
|
+## Pull request checklist
|
|
|
+
|
|
|
+Please check if your PR fulfills the following requirements:
|
|
|
+- [ ] If it's a backend change, tests for the changes have been added and `go test ./...` runs successfully from the root folder.
|
|
|
+- [ ] If it's a frontend change, Prettier has been run
|
|
|
+- [ ] Docs have been reviewed and added / updated if needed
|
|
|
+
|
|
|
+## What is the current behavior?
|
|
|
+<!-- Please describe the current behavior that you are modifying, or link to a relevant issue.
|
|
|
+
|
|
|
+Issue Number: N/A
|
|
|
+
|
|
|
+-->
|
|
|
+
|
|
|
+
|
|
|
+## What is the new behavior?
|
|
|
+<!-- Please describe the behavior or changes that are being added by this PR. -->
|
|
|
+
|
|
|
+<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
|
|
|
+
|
|
|
+## Technical Spec/Implementation Notes
|