You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A pull request has been merged and resolution of the issue should be
184
157
independently validated
@@ -197,19 +170,19 @@ it should have an appropriate `closed-` label.
197
170
labeled `awaiting 2-PR`
198
171
* If no issue exists, open one and wait for it to reach the
199
172
`awaiting 2-PR` stage before submitting the pull request
200
-
1. Open the pull request, mentioning the appropriate issue(s)
173
+
1. Open the pull request, mentioning the appropriate issue(s) in the
174
+
pull request message body
201
175
* The pull request is expected to have appropriate unit tests
202
176
* The pull request must pass its CI run before merging will be
203
177
considered
204
-
1.[Maintainers only] Update referenced issues to the
205
-
`awaiting 3-merge` stage
178
+
* Code coverage is expected to not worsen
206
179
1. Make sure all status checks are green (e.g. CLA check, CI, etc.)
207
180
1. Address any review comments
208
181
1.[Maintainers only] Merge the pull request
209
182
1.[Maintainers only] Update affected issues to be:
210
183
1. Closed (with an appropriate `closed-` label)
211
184
1. The stage is set to `awaiting 4-validation`
212
-
1. The issue and pull request are attached to the current milestone
185
+
1. The issue(s) are attached to the current milestone
213
186
1. Register OSS usage
214
187
1. Email CELA about any 3rd-party usage changes
215
188
@@ -225,16 +198,25 @@ the year (starting at 0). For example, the first release in July 2018
225
198
would be `2018.7.0`, the second release that month would be
226
199
`2018.7.1`, etc.
227
200
228
-
###Insiders Build
201
+
## Insiders Build
229
202
230
203
Starting in 2018, we started publishing the latest development
231
204
build of the extension onto a cloud storage provider.
232
205
If you are interested in helping us test our development builds or would like
233
206
to stay ahead of the curve, then please feel free to download and install the
234
-
extension from the following [location](https://pvsc.blob.core.windows.net/extension-builds/ms-python-insiders.vsix). Once you have downloaded the [ms-python-insiders.vsix](https://pvsc.blob.core.windows.net/extension-builds/ms-python-insiders.vsix)
235
-
file, please follow the instructions on [this page](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix) to install the extension.
236
-
237
-
The insiders build of the extension:
238
-
* Will get replcaed with new releases published onto the [VS Code Marketplace](https://marketplace.visualstudio.com/VSCode).
239
-
* Does not get updated with new insider build releases.
240
-
* Is built everytime a PR is commited into the [master branch](https://github.com/Microsoft/vscode-python).
A [Visual Studio Code](https://code.visualstudio.com/)[extension](https://marketplace.visualstudio.com/VSCode) with rich support for the [Python language](https://www.python.org/) (_including Python 3.6_), with features including the following and more:
4
13
* Linting ([Prospector](https://pypi.io/project/prospector/), [Pylint](https://pypi.io/project/pylint/), [pycodestyle](https://pypi.io/project/pycodestyle/), [Flake8](https://pypi.io/project/flake8/), [pylama](https://github.com/klen/pylama), [pydocstyle](https://pypi.io/project/pydocstyle/), [mypy](http://mypy-lang.org/) with config files and plugins)
5
14
* Intellisense (autocompletion with support for PEP 484 and PEP 526)
0 commit comments