diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000000..307aa7aa75a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,21 @@ +--- +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
+ + +#### 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?