From bb9daed16fade9cb2a1c64fb74bb01da024e42d9 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Fri, 30 Nov 2018 11:38:34 -0800 Subject: [PATCH 1/2] chore: update issue templates --- .github/ISSUE_TEMPLATE/bug.md | 24 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature---proposal.md | 13 +++++++++++ .github/ISSUE_TEMPLATE/feature-proposal.md | 13 +++++++++++ .github/ISSUE_TEMPLATE/feature.md | 13 +++++++++++ 4 files changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature---proposal.md create mode 100644 .github/ISSUE_TEMPLATE/feature-proposal.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000000..2e72f0f8af71 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,24 @@ +--- +name: Bug +about: Report a bug found in Angular Material, CDK or our docs + +--- + +#### What is the expected behavior? + + +#### What is the current behavior? + + +#### What are the steps to reproduce? +Providing a StackBlitz reproduction is the *best* way to share your issue.
+StackBlitz starter: https://goo.gl/wwnhMV
+ + +#### What is the use-case or motivation for changing an existing behavior? + + +#### Which versions of Angular, Material, OS, TypeScript, browsers are affected? + + +#### Is there anything else we should know? diff --git a/.github/ISSUE_TEMPLATE/feature---proposal.md b/.github/ISSUE_TEMPLATE/feature---proposal.md new file mode 100644 index 000000000000..13e021e30cde --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature---proposal.md @@ -0,0 +1,13 @@ +--- +name: Feature / Proposal +about: Propose a new feature for Angular Material or CDK + +--- + +#### Please describe the feature you would like to request. + + +#### What is the use-case or motivation for this proposal? + + +#### Is there anything else we should know? diff --git a/.github/ISSUE_TEMPLATE/feature-proposal.md b/.github/ISSUE_TEMPLATE/feature-proposal.md new file mode 100644 index 000000000000..bc81f0f12761 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-proposal.md @@ -0,0 +1,13 @@ +--- +name: Feature/Proposal +about: Propose a new feature for Angular Material or CDK + +--- + +#### Please describe the feature you would like to request. + + +#### What is the use-case or motivation for this proposal? + + +#### Is there anything else we should know? diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 000000000000..834abb50d288 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,13 @@ +--- +name: Feature +about: Propose a new feature for Angular Material or CDK + +--- + +#### Please describe the feature you would like to request. + + +#### What is the use-case or motivation for this proposal? + + +#### Is there anything else we should know? From 7516d91c3a0ef6778133892ddd5556f697ff26f3 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 4 Dec 2018 14:53:25 -0800 Subject: [PATCH 2/2] Update bug.md --- .github/ISSUE_TEMPLATE/bug.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 2e72f0f8af71..307aa7aa75a2 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -15,9 +15,6 @@ Providing a StackBlitz reproduction is the *best* way to share your issue.
StackBlitz starter: https://goo.gl/wwnhMV
-#### What is the use-case or motivation for changing an existing behavior? - - #### Which versions of Angular, Material, OS, TypeScript, browsers are affected?