mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user