Skip to content

Commit

Permalink
Fix checkbox formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
billygriffin authored Nov 27, 2018
1 parent 0d936ac commit 7e0bc59
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/process/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,12 @@
- [ ] User can select branch, other than current one
- [ ] Merge hint shows status and branches to be merged
- [ ] `Merge` button only activated if something to merge (includes awaiting conflicts)
- [ ] If merged, success banner is shown temporarily; user can `X` to remove
- [ ] If conflicts, conflict modal shows quality of files, ability to open in [editor], open in command line, `Abort` button, while `Commit merge` button is deactivated until files are resolved; Changes tab shows all files
- [ ] If conflict resolved, files marked green, and user can click `Commit merge` button
- [ ] Binary files must be resolved in command line
- [ ] If merged, success banner is shown temporarily; user can `X` to remove
- [ ] Aborting partially resolved commit surfaces "Are you sure?" dialogue; `Cancel` or `Abort merge` buttons
- [ ] If merged, success banner is shown temporarily; user can `X` to remove
- [ ] If conflicts, conflict modal shows quality of files, ability to open in [editor], open in command line, `Abort` button, while `Commit merge` button is deactivated until files are resolved; Changes tab shows all files
- [ ] If conflict resolved, files marked green, and user can click `Commit merge` button
- [ ] If merged, success banner is shown temporarily; user can `X` to remove
- [ ] Binary files must be resolved in command line before committing merge
- [ ] Aborting partially resolved commit surfaces "Are you sure?" dialogue; `Cancel` or `Abort merge` buttons
- [ ] Compare on GitHub (Mac: `⇧⌘C`; Windows: `Ctrl+Shift+C`) (if repository already published on `github.com`)
- [ ] Create Pull Request (Mac: `⌘R`; Windows: `Ctrl+R`) opens Pull Request on `github.com`
- [ ] If branch unpublished, dialogue asks to publish the branch
Expand Down

0 comments on commit 7e0bc59

Please sign in to comment.