Skip to content

Commit 6ace628

Browse files
authored
Merge pull request #406 from lepoco/development
Merge development and update toversion 2.0.3
2 parents 6212d26 + 299a90e commit 6ace628

File tree

293 files changed

+8008
-7565
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

293 files changed

+8008
-7565
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: [lepoco]
1+
# github: [lepoco]

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: Bug report
2+
description: Create a report to help us improve
3+
title: "Bug title"
4+
labels: [bug]
5+
body:
6+
- type: textarea
7+
validations:
8+
required: true
9+
attributes:
10+
label: Describe the bug
11+
description: A clear and concise description of what the bug is
12+
- type: textarea
13+
validations:
14+
required: true
15+
attributes:
16+
label: To Reproduce
17+
description: Steps to reproduce the behavior
18+
- type: textarea
19+
validations:
20+
required: true
21+
attributes:
22+
label: Expected behavior
23+
description: A clear and concise description of what you expected to happen
24+
- type: textarea
25+
attributes:
26+
label: Screenshots
27+
description: If applicable, add screenshots to help explain your problem
28+
- type: textarea
29+
validations:
30+
required: true
31+
attributes:
32+
label: OS version
33+
description: Which OS versions did you see the issue on?
34+
- type: textarea
35+
validations:
36+
required: true
37+
attributes:
38+
label: .NET version
39+
description: Which .NET versions did you see the issue on?
40+
- type: textarea
41+
validations:
42+
required: true
43+
attributes:
44+
label: WPF-UI NuGet version
45+
description: Which WPF-UI NuGet versions did you see the issue on?
46+
- type: textarea
47+
attributes:
48+
label: Additional context
49+
description: Add any other context about the problem here

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Feature request
2+
description: Suggest an idea for the wpfui
3+
title: "Feature request title"
4+
labels: [enhancement]
5+
body:
6+
- type: textarea
7+
validations:
8+
required: true
9+
attributes:
10+
label: Is your feature request related to a problem? Please describe
11+
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
- type: textarea
13+
validations:
14+
required: true
15+
attributes:
16+
label: Describe the solution you'd like
17+
description: A clear and concise description of what you want to happen
18+
- type: textarea
19+
attributes:
20+
label: Describe alternatives you've considered
21+
description: A clear and concise description of any alternative solutions or features you've considered
22+
- type: textarea
23+
attributes:
24+
label: Additional context
25+
description: Add any other context or screenshots about the feature request here

.github/labeler.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
PR:
3+
- "*"
4+
5+
github_actions:
6+
- .github/workflows/*
7+
8+
documentation:
9+
- docs/*
10+
11+
update:
12+
- src/Directory.Build.props
13+
14+
controls:
15+
- src/Wpf.Ui/Controls/*
16+
17+
styles:
18+
- src/Wpf.Ui/Styles/*
19+
20+
icons:
21+
- src/Wpf.Ui/Fonts/FluentSystemIcons-Filled.ttf
22+
- src/Wpf.Ui/Fonts/FluentSystemIcons-Regular.ttf
23+
24+
dependencies:
25+
- src/Packages.props
26+
- branding/package.json
27+
28+
NuGet:
29+
- src/Packages.props

.github/labels.yml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
- name: "icons"
3+
color: "86CBEC"
4+
description: "Fonts and icons updates"
5+
- name: "animations"
6+
color: "233C4F"
7+
description: "Topic is related to animations"
8+
- name: "bug"
9+
color: "d73a4a"
10+
description: "Something isn't working"
11+
- name: "controls"
12+
color: "26CB0A"
13+
description: "Changes to the appearance or logic of custom controls."
14+
- name: "dependencies"
15+
color: "0366d6"
16+
description: "Pull requests that update a dependency file"
17+
- name: "documentation"
18+
color: "0075ca"
19+
description: "Improvements or additions to documentation"
20+
- name: "duplicate"
21+
color: "cfd3d7"
22+
description: "This issue or pull request already exists"
23+
- name: "enhancement"
24+
color: "a2eeef"
25+
description: "New feature or request"
26+
- name: "github_actions"
27+
color: "000000"
28+
description: "Pull requests that update GitHub Actions code"
29+
- name: "good_first_issue"
30+
color: "7057ff"
31+
description: "Good for newcomers"
32+
- name: "help_wanted"
33+
color: "008672"
34+
description: "Extra attention is needed"
35+
- name: "invalid"
36+
color: "e4e669"
37+
description: "This doesn't seem right"
38+
- name: "more_info_needed"
39+
color: "B60205"
40+
description: "More information is needed to solve the problem."
41+
- name: "MVVM_DI"
42+
color: "536317"
43+
description: "Issues related to MVVM and Dependency Injection."
44+
- name: "navigation"
45+
color: "C2AAA3"
46+
description: "Changes to navigation related controls."
47+
- name: ".NET"
48+
color: "7121c6"
49+
description: "Pull requests that update .NET code."
50+
- name: "NuGet"
51+
color: "004880"
52+
description: "Update of the NuGet package."
53+
- name: "performance"
54+
color: "D93F0B"
55+
description: "Performance improvements."
56+
- name: "PR"
57+
color: "666666"
58+
description: "Pull request."
59+
- name: "question"
60+
color: "d876e3"
61+
description: "Further information is requested."
62+
- name: "styles"
63+
color: "bfd4f2"
64+
description: "Updates to the appearance of the controls."
65+
- name: "themes"
66+
color: "080AA0"
67+
description: "Updates to the appearance of the themes."
68+
- name: "update"
69+
color: "1D76DB"
70+
description: "Pull Request containing the update."
71+
- name: "wontfix"
72+
color: "ffffff"
73+
description: "This will not be worked on."

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: DotNet Main
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66

77
workflow_dispatch:
88

.github/workflows/DV.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: DotNet Development
22

33
on:
44
pull_request:
5-
branches: [ development ]
5+
branches: [development]
66
push:
7-
branches: [ development ]
7+
branches: [development]
88

99
workflow_dispatch:
1010

@@ -16,12 +16,12 @@ jobs:
1616
- uses: microsoft/[email protected]
1717
with:
1818
msbuild-architecture: x64
19-
- uses: nuget/[email protected].6
19+
- uses: nuget/[email protected].7
2020
with:
21-
nuget-version: 'latest'
21+
nuget-version: "latest"
2222

2323
- name: NuGet restore
24-
run: nuget restore src/Wpf.Ui.sln
24+
run: nuget restore src/Wpf.Ui.Demo.sln
2525

2626
- name: Build
2727
run: msbuild src/Wpf.Ui.sln -p:Configuration=Release -m

.github/workflows/labeler.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "Pull Request Labeler"
2+
on:
3+
- pull_request_target
4+
5+
jobs:
6+
triage:
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/labeler@v4
13+
with:
14+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)