mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
6
.github/pull_request_template.md
vendored
6
.github/pull_request_template.md
vendored
@@ -1,9 +1,9 @@
|
|||||||
<!-- Thank you for submitting a Pull Request. Please:
|
<!-- Thank you for submitting a Pull Request. Please:
|
||||||
* Read our Pull Request guidelines:
|
* Read our Pull Request guidelines:
|
||||||
https://github.com/Microsoft/vscode/wiki/How-to-Contribute#pull-requests.
|
https://github.com/Microsoft/azuredatastudio/wiki/How-to-Contribute#pull-requests.
|
||||||
* Associate an issue with the Pull Request.
|
* Associate an issue with the Pull Request.
|
||||||
* Ensure that the code is up-to-date with the `master` branch.
|
* Ensure that the code is up-to-date with the `master` branch.
|
||||||
* Include a description of the proposed changes and how to test them.
|
* Include a description of the proposed changes and how to test them.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
This PR fixes #
|
This PR fixes #
|
||||||
|
|||||||
@@ -101,7 +101,7 @@
|
|||||||
"restrictions": [
|
"restrictions": [
|
||||||
"vs/nls",
|
"vs/nls",
|
||||||
"**/{vs,sql}/base/{common,browser,node}/**",
|
"**/{vs,sql}/base/{common,browser,node}/**",
|
||||||
"*" // node modules
|
"!path" // node modules (except path where we have our own impl)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
"vs/nls",
|
"vs/nls",
|
||||||
"**/{vs,sql}/base/{common,browser,node}/**",
|
"**/{vs,sql}/base/{common,browser,node}/**",
|
||||||
"**/{vs,sql}/base/parts/*/{common,browser,node}/**",
|
"**/{vs,sql}/base/parts/*/{common,browser,node}/**",
|
||||||
"*" // node modules
|
"!path" // node modules (except path where we have our own impl)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -151,7 +151,7 @@
|
|||||||
"vs/css!./**/*",
|
"vs/css!./**/*",
|
||||||
"**/{vs,sql}/base/{common,browser,node,electron-browser}/**",
|
"**/{vs,sql}/base/{common,browser,node,electron-browser}/**",
|
||||||
"**/{vs,sql}/base/parts/*/{common,browser,node,electron-browser}/**",
|
"**/{vs,sql}/base/parts/*/{common,browser,node,electron-browser}/**",
|
||||||
"*", // node modules
|
"!path", // node modules (except path where we have our own impl)
|
||||||
"@angular/*",
|
"@angular/*",
|
||||||
"rxjs/*"
|
"rxjs/*"
|
||||||
]
|
]
|
||||||
@@ -162,7 +162,7 @@
|
|||||||
"vs/nls",
|
"vs/nls",
|
||||||
"**/{vs,sql}/base/{common,browser,node,electron-main}/**",
|
"**/{vs,sql}/base/{common,browser,node,electron-main}/**",
|
||||||
"**/{vs,sql}/base/parts/*/{common,browser,node,electron-main}/**",
|
"**/{vs,sql}/base/parts/*/{common,browser,node,electron-main}/**",
|
||||||
"*", // node modules
|
"!path", // node modules (except path where we have our own impl)
|
||||||
"@angular/*",
|
"@angular/*",
|
||||||
"rxjs/*"
|
"rxjs/*"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user