gitlab-org--gitlab-foss/doc
Annabel Dunstone Gray 4b7164295f Merge branch 'simplify-create-new-list-issue-boards' into 'master'
Simplify copy on "Create a new list" dropdown in Issue Boards

## What does this MR do?

It changes the "Create new list" text to simply "Add list". It also describes the operation in a more concise way. It was suggested in #24659.

## Are there points in the code the reviewer needs to double check?

Although I refactored references to the name of the button to reflect the new text, I left part of the documentation unmodified:

File: `doc/user/project/issue_board.md`
```
In short, here's a list of actions you can take in an Issue Board:                 
                                                                                   
- [Create a new list](#creating-a-new-list).                                       
- [Delete an existing list](#deleting-a-list). 
```
because I was not sure if changing those was necessary.


Additionally, I replaced every occurrence of `click_button 'Create new list'` with `click_button 'Add list'`in the spec. I'm not sure if that causes any change in behavior as I am not sure if there are any hooks to the previous name, explicitly.

File: `spec/features/boards/boards_spec.rb`

## Why was this MR needed?

It is an improvement, as suggested in #24659

## Screenshots (if relevant)

**Before:**
![before](/uploads/cffd30b0e9a21d16bc25d046eb4ca42b/before.png)

**After:**
![after2](/uploads/95b049e0c1c565c4ccd1a72a3f4be925/after2.png)

## Does this MR meet the acceptance criteria?

- [X] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added
- [X] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [ ] API support added
- Tests
  - [ ] Added for this feature/bug
  - [X] All builds are passing
- [X] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [X] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [X] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [X] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

## What are the relevant issue numbers?
#24659

See merge request !7605
2016-11-24 01:27:13 +00:00
..
administration Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
api Merge branch 'api-delete-group-share' into 'master' 2016-11-23 15:17:59 +00:00
ci Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
container_registry Move container_registry user docs to new location 2016-09-25 11:20:57 +02:00
customization Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
development Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
downgrade_ee_to_ce
gitlab-basics Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
hooks
incoming_email Move reply by email docs to a new location 2016-09-25 11:55:14 +02:00
install Add support of Chrome/Chromium in requirements.md 2016-11-23 15:18:05 +01:00
integration Merge branch 'patch-1' into 'master' 2016-11-22 20:26:58 +00:00
intro Change location and refactor issue closing pattern documentation 2016-09-22 11:09:04 +03:00
legal remove undefined word Corporation from CCLA 2016-08-16 16:35:54 -07:00
logs
markdown Move markdown doc to the right location 2016-08-03 08:54:17 +03:00
migrate_ci_to_ce
monitoring Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
operations Move operations/ to new location 2016-10-11 16:13:04 +02:00
permissions
profile Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
project_services Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
public_access
raketasks Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
security Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
ssh
system_hooks
university Remove header ids from University docs 2016-11-23 22:17:47 +01:00
update Update GitLab Workhorse to v1.0.0 2016-11-04 14:27:05 +00:00
user Simplify copy on "Create a new list" dropdown in Issue Boards 2016-11-23 17:28:58 -02:00
web_hooks Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
workflow Merge branch 'patch-13' into 'master' 2016-11-23 15:17:25 +00:00
README.md Add a link to Git cheatsheet PDF in docs readme 2016-11-09 17:42:44 +01:00

Documentation

User documentation

Administrator documentation

Contributor documentation

  • Development All styleguides and explanations how to contribute.
  • Legal Contributor license agreements.