From cf06d4385872bc55d8b08aeda8d811e9baaf0892 Mon Sep 17 00:00:00 2001 From: SeppPenner Date: Tue, 16 Jun 2020 17:41:28 +0200 Subject: [PATCH 1/2] Added issue template for feature request and question, updated bug template a bit. --- .../ISSUE_TEMPLATE/matblazor-bug-report.md | 14 +++++------ .../matblazor-feature-request.md | 20 ++++++++++++++++ .github/ISSUE_TEMPLATE/matblazor-question.md | 24 +++++++++++++++++++ 3 files changed, 51 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/matblazor-feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/matblazor-question.md diff --git a/.github/ISSUE_TEMPLATE/matblazor-bug-report.md b/.github/ISSUE_TEMPLATE/matblazor-bug-report.md index 075a53e5..bff108de 100644 --- a/.github/ISSUE_TEMPLATE/matblazor-bug-report.md +++ b/.github/ISSUE_TEMPLATE/matblazor-bug-report.md @@ -1,8 +1,8 @@ --- -name: MatBlazor Bug report +name: MatBlazor bug report about: Please follow this template for submitting bugs to MatBlazor repository, thanks! title: '' -labels: bug +labels: 'bug' assignees: '' --- @@ -13,19 +13,19 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +2. Click on '...' +3. Scroll down to '...' +4. See the error '...' **Blazorfiddle link** -Please provide a mock implementation of your code on www.blazorfiddle.com - this makes it a lot easier for us and you can get faster feedback on your issue 😉 +Please provide a mock implementation of your code on www.blazorfiddle.com. This makes it a lot easier for us and you can get faster feedback on your issue. 😉 Hit save and post the URL under this header. **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** -If applicable, add screenshots or .GIF captures to help explain your problem +If applicable, add screenshots or .GIF captures to help explain your problem. **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/matblazor-feature-request.md b/.github/ISSUE_TEMPLATE/matblazor-feature-request.md new file mode 100644 index 00000000..b9983f43 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/matblazor-feature-request.md @@ -0,0 +1,20 @@ +--- +name: MatBlazor feature request +about: Please follow this template for submitting feature requests to MatBlazor repository, thanks! +title: '' +labels: 'feature-request' +assignees: '' + +--- + +**Describe the feature request** +A clear and concise description of what the feature request is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots or .GIF captures to help explain your request. + +**Additional context** +Add any other context about the request here. diff --git a/.github/ISSUE_TEMPLATE/matblazor-question.md b/.github/ISSUE_TEMPLATE/matblazor-question.md new file mode 100644 index 00000000..8534b1d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/matblazor-question.md @@ -0,0 +1,24 @@ +--- +name: MatBlazor question +about: Please follow this template for submitting questions to MatBlazor repository, thanks! +title: '' +labels: 'question' +assignees: '' + +--- + +**Describe the question** +A clear and concise description of what the question is. + +**Blazorfiddle link** +Please provide a mock implementation of your code on www.blazorfiddle.com, if possible. This makes it a lot easier for us and you can get faster feedback on your question. 😉 +Hit save and post the URL under this header. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots or .GIF captures to help explain your question. + +**Additional context** +Add any other context about the question here. From ff8241692402a335b5378e6941ee1df4022dc809 Mon Sep 17 00:00:00 2001 From: SeppPenner Date: Wed, 17 Jun 2020 09:54:41 +0200 Subject: [PATCH 2/2] Adjusted feature request text. --- .github/ISSUE_TEMPLATE/matblazor-feature-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/matblazor-feature-request.md b/.github/ISSUE_TEMPLATE/matblazor-feature-request.md index b9983f43..4d16c321 100644 --- a/.github/ISSUE_TEMPLATE/matblazor-feature-request.md +++ b/.github/ISSUE_TEMPLATE/matblazor-feature-request.md @@ -8,7 +8,7 @@ assignees: '' --- **Describe the feature request** -A clear and concise description of what the feature request is. +What problem does this solve that MatBlazor isn't currently capable of? **Expected behavior** A clear and concise description of what you expected to happen.