Skip to content

Commit

Permalink
docs: adicionei o name,reapeatPassowrd,username em req
Browse files Browse the repository at this point in the history
  • Loading branch information
Frompaje committed Apr 29, 2024
1 parent 8aff370 commit b1574a7
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
56 changes: 56 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
Closes

<details open>
<summary>
<b>Feature</b>
</summary>

N/A

</details>

<details open>
<summary>
<b>Bugfix</b>
</summary>

- **Description**
N/A

- **Cause**
N/A

- **Solution**
N/A
</details>

<details>
<summary>
<b>Changelog</b>
</summary>
N/A
</details>

<details open>
<summary>
<b>Visual evidences :framed_picture:</b>
</summary>

</details>

<details open>
<summary>
<b>Checklist</b>
</summary>

- [ ] Issue linked
- [ ] Build working correctly
- [ ] Tests created
</details>

<details>
<summary>
<b>Additional info</b>
</summary>
N/A
</details>
5 changes: 4 additions & 1 deletion openapi/features/user/components/user-create-body.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ content:
example: '001@Mypassword'

required:
- password
- name
- username
- email
- password
- repeatPassword

0 comments on commit b1574a7

Please sign in to comment.