Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 82fea0f

Browse files
committed
more pr instructions and test, started open/copy link and gist steps
1 parent 6d13835 commit 82fea0f

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

documentation/manifest.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@
118118
- [ ] Changing the open/close/all filter dropdown filters the pull request list, by selected option (confirm on .com)
119119
- [ ] Changing the Assignee filter dropdown filters the pull request list to display only selected user assigned (confirm on .com)
120120
- [ ] Changing the Author filter dropdown filters the pull request list to display pull requests the user created (confirm on .com)
121-
- [ ] "Create New" Link button displayed.
121+
- [ ] "Create New" Link button is displayed
122+
- [ ] Clicking on a pull request title opens browser window to pull request on .com
123+
- [ ] Clicking on a pull request number opens browser window to pull request on .com
122124
- [ ] **Click on Create New button**
123125
- [ ] Pane title displays "GitHub | (current repository)"
124126
- [ ] Selected pane tab title (on the bottom) displays "GitHub"
@@ -129,7 +131,25 @@
129131
- [ ] Clicking on Cancel button navigates back to the pull request list
130132
- [ ] **Fill out pull request Title**
131133
- [ ] Create Pull Request button is enabled.
132-
- [ ] ...
134+
- [ ] **Click on Create Pull Request**
135+
- [ ] "The Pull Request has been created at [target branch]" message is displayed at the top of the GitHub pane
136+
- [ ] Pull request list is displayed with new pull request (that was just created) at the top of the list
137+
138+
# In VS text/code Editor (logged in to GitHub) [GIST, can this be done logged out???]
139+
- [ ] **Highlight code or text within solution, then right click.**
140+
- [ ] GitHub context menu is visible
141+
- [ ] "Create a GitHub Gist" is visible
142+
- [ ] Open on Github is visible if code is hosted on GitHub repository
143+
- [ ] Copy link to clipboard is visible if code is hosted on GitHub repository
144+
- [ ] **Click "Create a GitHub Gist"**
145+
- [ ] Create gist dialog appears
146+
- [ ] File name textbox populated with name of file that highlighted source code came from
147+
- [ ] Private Gist checkbox unchecked
148+
- [ ] Create button enabled
149+
- [ ] Clearing file name textbox disables the Create button
150+
- [ ] **Click create button**
151+
- [ ] Dialog disappears
152+
- [ ]
133153

134154

135155

0 commit comments

Comments
 (0)