Link to open issues in READMEs [skip ci]

This commit is contained in:
Alex Zherdev
2018-06-08 20:51:41 -07:00
parent 9f4e2f81d8
commit 8070a2204d
12 changed files with 12 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ const getPackageJson = pkg => require(join(packageDir, pkg, "package.json"));
const getIssueLabelLink = l =>
`https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22${encodeURIComponent(
l
)}%22`;
)}%22+is%3Aopen`;
const labels = {
"babel-preset-typescript": getIssueLabelLink("area: typescript"),