mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-02 03:59:14 +08:00
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
This commit is contained in:
parent
936b4a7fea
commit
dc6a4c0f92
2
.github/ISSUE_TEMPLATE/10_bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/10_bug_report.yml
vendored
@ -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.
|
||||
|
@ -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}
|
||||
|
1
.github/ISSUE_TEMPLATE/40_unit_test.yml
vendored
1
.github/ISSUE_TEMPLATE/40_unit_test.yml
vendored
@ -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
|
||||
|
13
.github/ISSUE_TEMPLATE/50_other.yml
vendored
Normal file
13
.github/ISSUE_TEMPLATE/50_other.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: 👩🏻💻 Other
|
||||
description: I don't know how to classify
|
||||
title: "chore: <title>"
|
||||
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
|
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user