From b33a8944d45e2d77184b0b5fad918252b0015294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Tue, 17 Dec 2019 12:19:01 -0500 Subject: [PATCH 1/2] chore: add PR Intent checkbox --- .github/ISSUE_TEMPLATE/Bug_report.md | 5 ++++- .github/ISSUE_TEMPLATE/Feature_request.md | 3 +++ .github/ISSUE_TEMPLATE/Regression-v7.md | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index f182520ff80a..776657e30af2 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -9,6 +9,9 @@ assignees: '' ## Bug Report + +- [ ] I want to implement a PR + + **Additional context/Screenshots** Add any other context about the problem here. If applicable, add screenshots to help explain. diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index b9c82542ff8c..b4e471921cc0 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -9,6 +9,9 @@ assignees: '' ## Feature Request + +- [ ] I want to implement a PR + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I have an issue when [...] diff --git a/.github/ISSUE_TEMPLATE/Regression-v7.md b/.github/ISSUE_TEMPLATE/Regression-v7.md index b001290cf317..0a0d3f314684 100644 --- a/.github/ISSUE_TEMPLATE/Regression-v7.md +++ b/.github/ISSUE_TEMPLATE/Regression-v7.md @@ -10,6 +10,9 @@ assignees: '' # v7 Regression + +- [ ] I want to implement a PR + > First check out: https://babeljs.io/docs/en/v7-migration > Also a partial upgrade tool: https://github.com/babel/babel-upgrade From 0fbda1a25800a1cc3d9feb4516fc08699436bd31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Tue, 17 Dec 2019 13:09:56 -0500 Subject: [PATCH 2/2] chore: rephrase [ci-skip] --- .github/ISSUE_TEMPLATE/Bug_report.md | 2 +- .github/ISSUE_TEMPLATE/Feature_request.md | 2 +- .github/ISSUE_TEMPLATE/Regression-v7.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 776657e30af2..63e446c69272 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -10,7 +10,7 @@ assignees: '' ## Bug Report -- [ ] I want to implement a PR +- [ ] I would like to work on a fix! -- [ ] I want to implement a PR +- [ ] I would like to work on this feature! **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I have an issue when [...] diff --git a/.github/ISSUE_TEMPLATE/Regression-v7.md b/.github/ISSUE_TEMPLATE/Regression-v7.md index 0a0d3f314684..e2d524c4aac7 100644 --- a/.github/ISSUE_TEMPLATE/Regression-v7.md +++ b/.github/ISSUE_TEMPLATE/Regression-v7.md @@ -11,7 +11,7 @@ assignees: '' # v7 Regression -- [ ] I want to implement a PR +- [ ] I would like to work on a fix! > First check out: https://babeljs.io/docs/en/v7-migration > Also a partial upgrade tool: https://github.com/babel/babel-upgrade