From dc6a4c0f92a77f8c9ae944a96a123519566bd6e9 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sun, 5 Feb 2023 20:47:17 +0800 Subject: [PATCH] chore: update solution file remove miscellaneous (#485) * doc: update repro doc * doc: add document form value * doc: add unit test form value * doc: add other form * doc: rename config form * doc: update pull request template * chore: update solution file --- .github/ISSUE_TEMPLATE/10_bug_report.yml | 2 +- .../ISSUE_TEMPLATE/30_doc_documentation.yml | 2 ++ .github/ISSUE_TEMPLATE/40_unit_test.yml | 1 + .github/ISSUE_TEMPLATE/50_other.yml | 13 +++++++++ .../{config.yml => 60_config.yml} | 0 .github/pull_request_template.md | 4 +-- BootstrapBlazor.sln | 27 ------------------- 7 files changed, 19 insertions(+), 30 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/50_other.yml rename .github/ISSUE_TEMPLATE/{config.yml => 60_config.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/10_bug_report.yml b/.github/ISSUE_TEMPLATE/10_bug_report.yml index 060c97369..503c81a4d 100644 --- a/.github/ISSUE_TEMPLATE/10_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/10_bug_report.yml @@ -28,7 +28,7 @@ body: attributes: label: Steps To Reproduce description: | - We ❤ code! Point us to a [minimalistic project which reproduces this issue (repro)](https://github.com/dotnet/aspnetcore/blob/main/docs/repro.md) hosted in a public GitHub repo. + We ❤ code! Point us to a [minimalistic project which reproduces this issue (repro)](https://github.com/dotnetcore/BootstrapBlazor/blob/main/docs/repro.md) hosted in a public GitHub repo. We will close this issue if: - The repro project you share with us is complex. We can't investigate custom projects, so don't point us to such, please. diff --git a/.github/ISSUE_TEMPLATE/30_doc_documentation.yml b/.github/ISSUE_TEMPLATE/30_doc_documentation.yml index 8a2d01364..264fac159 100644 --- a/.github/ISSUE_TEMPLATE/30_doc_documentation.yml +++ b/.github/ISSUE_TEMPLATE/30_doc_documentation.yml @@ -10,3 +10,5 @@ body: label: Document describing which component description: | Detailed description of the document update or sample code that the submission code is about the function of that component + value: | + Add sample code for {Component} diff --git a/.github/ISSUE_TEMPLATE/40_unit_test.yml b/.github/ISSUE_TEMPLATE/40_unit_test.yml index fe6dd9e28..b1f10a109 100644 --- a/.github/ISSUE_TEMPLATE/40_unit_test.yml +++ b/.github/ISSUE_TEMPLATE/40_unit_test.yml @@ -9,5 +9,6 @@ body: attributes: label: Which class is this unit test associated with? description: Add unit test for code coverage. + value: Improve code coverage validations: required: false diff --git a/.github/ISSUE_TEMPLATE/50_other.yml b/.github/ISSUE_TEMPLATE/50_other.yml new file mode 100644 index 000000000..ba17a2e7e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50_other.yml @@ -0,0 +1,13 @@ +name: 👩🏻‍💻 Other +description: I don't know how to classify +title: "chore: " +labels: [chore] +assignees: + - argozhang +body: +- type: textarea + attributes: + label: Which class is this unit test associated with? + description: Triage this issue later. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/60_config.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/config.yml rename to .github/ISSUE_TEMPLATE/60_config.yml diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 17e67387b..b3656c9d2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,8 +7,8 @@ below to ensure a smooth review and merge process for your PR. --> <!-- Once all that is done, you're ready to go. Open the PR with the content below. --> -Summary of the changes (Less than 80 chars) +<!-- Summary of the changes (Less than 80 chars) --> ### Description -fixes #{bug number} +close #{bug number} diff --git a/BootstrapBlazor.sln b/BootstrapBlazor.sln index cf0c95c44..3058dda6e 100644 --- a/BootstrapBlazor.sln +++ b/BootstrapBlazor.sln @@ -26,27 +26,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "windows", "windows", "{4A52 scripts\windows\push.ps1 = scripts\windows\push.ps1 EndProjectSection EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{F0754254-903C-411B-972C-EC91254B4A67}" - ProjectSection(SolutionItems) = preProject - .github\workflows\auto_assign_issue.yml = .github\workflows\auto_assign_issue.yml - .github\workflows\auto_pull_request_checks.yml = .github\workflows\auto_pull_request_checks.yml - .github\workflows\auto_sync_from_issue.yml = .github\workflows\auto_sync_from_issue.yml - .github\workflows\build.yml = .github\workflows\build.yml - .github\workflows\deploy.yml = .github\workflows\deploy.yml - .github\workflows\docker.yml = .github\workflows\docker.yml - .github\workflows\pack.yml = .github\workflows\pack.yml - .github\workflows\publish.yml = .github\workflows\publish.yml - .github\workflows\release.yml = .github\workflows\release.yml - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{9437A6C6-CF87-4B75-916B-C1EF558BD8EF}" - ProjectSection(SolutionItems) = preProject - CHANGELOG.zh-CN.md = CHANGELOG.zh-CN.md - README.md = README.md - README.zh-CN.md = README.zh-CN.md - docs\repro.md = docs\repro.md - EndProjectSection -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dist", "dist", "{63E887C6-4610-4ED3-91F4-62EFDE7F442F}" ProjectSection(SolutionItems) = preProject dist\.gitattributes = dist\.gitattributes @@ -98,11 +77,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "config", "config", "{8AB9DB .gitattributes = .gitattributes .gitignore = .gitignore .issuetracker = .issuetracker - .github\bb-auto-config.yml = .github\bb-auto-config.yml - Directory.Build.props = Directory.Build.props - Framework.props = Framework.props - src\Frameworks.props = src\Frameworks.props - NuGet.Config = NuGet.Config EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "middleware", "middleware", "{4A7F4513-C515-40DD-A217-169E1CBB2827}" @@ -243,7 +217,6 @@ Global {D0AE3016-4878-4807-A04C-C33CBEC7B092} = {A2182155-43ED-44C1-BF6F-1B70EBD2DFFE} {EA765165-0542-41C8-93F2-85787FEDEDFF} = {A627F6CC-94FC-4E48-B3CC-F0EA16700527} {4A5226E2-8EBD-4DEA-A1F5-2DF374655FA9} = {A627F6CC-94FC-4E48-B3CC-F0EA16700527} - {F0754254-903C-411B-972C-EC91254B4A67} = {A627F6CC-94FC-4E48-B3CC-F0EA16700527} {B84D315E-967D-4FBF-9B72-1F3128155CB0} = {A627F6CC-94FC-4E48-B3CC-F0EA16700527} {190F25CF-C6F9-4964-97E9-F6A912D527AE} = {7C1D79F1-87BC-42C1-BD5A-CDE4044AC1BD} {22328011-53B3-447A-B781-AC3C196B2847} = {A2182155-43ED-44C1-BF6F-1B70EBD2DFFE}