From 2883e37b04c5aa19c54ca1c2f1489cc63d6e016c Mon Sep 17 00:00:00 2001 From: Brody McKee Date: Sun, 23 Jun 2019 17:29:25 +0300 Subject: [PATCH 1/6] Create bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 168 +++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..59257cca57a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,168 @@ +--- +name: Bug report +about: Create a report to help us improve +labels: +--- + + + +### Desribe the bug + +(Write your answer here.) + +### Did you try recovering your dependencies? + + + +(Write your answer here.) + + +### Which terms did you search for in User Guide? + + + +(Write your answer here if relevant.) + + +### Environment + + + +(paste the output of the command here.) + + +### Steps to reproduce + + + +(Write your steps here:) + +1. +2. +3. + + +### Expected behavior + + + +(Write what you thought would happen.) + + +### Actual behavior + + + +(Write what happened. Please add screenshots!) + + +### Reproducible demo + + + +(Paste the link to an example project and exact instructions to reproduce the issue.) + + + From f736a3ffcc0c9086a08ef3dd17dbedd76cf7f2de Mon Sep 17 00:00:00 2001 From: Brody McKee Date: Sun, 23 Jun 2019 17:35:34 +0300 Subject: [PATCH 2/6] Create proposal.md --- .github/ISSUE_TEMPLATE/proposal.md | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/proposal.md diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md new file mode 100644 index 00000000000..4094f05792e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/proposal.md @@ -0,0 +1,39 @@ +--- +name: Proposal +about: Suggest an idea for this project +labels: +--- + +### Is your proposal related to a problem? + + + +(Write your answer here.) + +### Describe the solution you'd like + + + +(Describe your proposed solution here.) + +### Describe alternatives you've considered + + + +(Write your answer here.) + +### Additional context + + + +(Write your answer here.) From f9c4140945332f779abff9716ac8bf68302921ad Mon Sep 17 00:00:00 2001 From: Brody McKee Date: Sun, 23 Jun 2019 17:36:20 +0300 Subject: [PATCH 3/6] Update proposal.md --- .github/ISSUE_TEMPLATE/proposal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md index 4094f05792e..8145961a547 100644 --- a/.github/ISSUE_TEMPLATE/proposal.md +++ b/.github/ISSUE_TEMPLATE/proposal.md @@ -1,6 +1,6 @@ --- name: Proposal -about: Suggest an idea for this project +about: Suggest an idea for improving Create React App labels: --- From 06ddb7fa2249fc21fc98bc34cc3c0d39374beb6e Mon Sep 17 00:00:00 2001 From: Brody McKee Date: Sun, 23 Jun 2019 22:40:43 +0300 Subject: [PATCH 4/6] Delete ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 172 -------------------------------------- 1 file changed, 172 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 2d4f8c8ae01..00000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,172 +0,0 @@ - - -### Is this a bug report? - -(write your answer here) - - - - -### Did you try recovering your dependencies? - - - -(Write your answer here.) - - -### Which terms did you search for in User Guide? - - - -(Write your answer here if relevant.) - - -### Environment - - - -(paste the output of the command here) - - -### Steps to Reproduce - - - -(Write your steps here:) - -1. -2. -3. - - -### Expected Behavior - - - -(Write what you thought would happen.) - - -### Actual Behavior - - - -(Write what happened. Please add screenshots!) - - -### Reproducible Demo - - - -(Paste the link to an example project and exact instructions to reproduce the issue.) - - - From 808a0d4301fc39ae790e7437d224b38d9d5c439b Mon Sep 17 00:00:00 2001 From: Brody McKee Date: Mon, 24 Jun 2019 09:38:54 +0300 Subject: [PATCH 5/6] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 59257cca57a..9c045955bb3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -labels: +labels: "issue: bug" ---