diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 7db40cf00661e..f77a5db882d84 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,7 +1,10 @@ --- -name: 🐛 Bug report +name: "\U0001F41B Bug report" about: Help us improving by reporting a bug -labels: bug, 0. Needs triage +title: '' +labels: bug +assignees: '' + --- <!-- diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 468572c9b6a6f..c5d44cfb8721e 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,7 +1,10 @@ --- -name: 🚀 Feature request +name: "\U0001F680 Feature request" about: Suggest an idea for this project -labels: enhancement, 0. Needs triage +title: '' +labels: enhancement +assignees: '' + --- <!-- diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000000000..3397c9a4928e1 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-architect \ No newline at end of file diff --git a/build/package-lock.json b/build/package-lock.json index f188c3380635d..5cfefc8bd3771 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -1245,9 +1245,9 @@ "dev": true }, "follow-redirects": { - "version": "1.14.5", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.5.tgz", - "integrity": "sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==", + "version": "1.14.8", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz", + "integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==", "dev": true }, "forever-agent": {