##// END OF EJS Templates
pull-requests: added WIP markers in display, and improved a bit ui when creating a pull-request....
pull-requests: added WIP markers in display, and improved a bit ui when creating a pull-request. - add info about WIP markers in title - make description a bigger input to match size of title

File last commit:

r3172:d37fc984 default
r4102:24c7dd99 default
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}