Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2024-08-02 09:07:51 +00:00
parent 88d3d2bca1
commit 5b1cd63561
58 changed files with 330 additions and 126 deletions

View File

@ -270,7 +270,7 @@ flowchart TD
Epic["Epic: When using the application,<br>I need to create an account,<br> so I can use the application features"] --> Issue1["Issue: When creating my account,<br> I need to specify my email address,<br> so I can receive future updates from the application"]
Epic --> Issue2["Issue: When creating my account,<br> I need to specify a password,<br> so my account remains secure"]
Epic --> Issue3["Issue: When creating my account<br> and entering the required info,<br> I need to finalize creating my account,<br> so I can log in"]
Epic --> Issue3["Issue: When creating my account<br> and entering the required info,<br> I need to finalize creating my account,<br> so I can sign in"]
```
You've taken the feature of an unmodified account sign-up for an application and broke it down into
@ -390,7 +390,7 @@ To create your first stories:
```
```plaintext
When creating my account and entering the required information, I need to finalize creating my account so that I can log in
When creating my account and entering the required information, I need to finalize creating my account so that I can sign in
```
### Refine your story backlog