diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..c25b89f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,56 @@ +Closes + +
+ + Feature + + +N/A + +
+ +
+ + Bugfix + + +- **Description** + N/A + +- **Cause** + N/A + +- **Solution** +N/A +
+ +
+ + Changelog + +N/A +
+ +
+ + Visual evidences :framed_picture: + + +
+ +
+ + Checklist + + +- [ ] Issue linked +- [ ] Build working correctly +- [ ] Tests created +
+ +
+ + Additional info + +N/A +
diff --git a/openapi/features/user/components/user-create-body.yaml b/openapi/features/user/components/user-create-body.yaml index b29e9a3..2f40077 100644 --- a/openapi/features/user/components/user-create-body.yaml +++ b/openapi/features/user/components/user-create-body.yaml @@ -26,6 +26,9 @@ content: example: '001@Mypassword' required: - - password + - name + - username - email + - password + - repeatPassword