-
-
Notifications
You must be signed in to change notification settings - Fork 750
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #406 from lepoco/development
Merge development and update toversion 2.0.3
- Loading branch information
Showing
293 changed files
with
8,008 additions
and
7,565 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github: [lepoco] | ||
# github: [lepoco] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: Bug report | ||
description: Create a report to help us improve | ||
title: "Bug title" | ||
labels: [bug] | ||
body: | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: To Reproduce | ||
description: Steps to reproduce the behavior | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expected to happen | ||
- type: textarea | ||
attributes: | ||
label: Screenshots | ||
description: If applicable, add screenshots to help explain your problem | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: OS version | ||
description: Which OS versions did you see the issue on? | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: .NET version | ||
description: Which .NET versions did you see the issue on? | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: WPF-UI NuGet version | ||
description: Which WPF-UI NuGet versions did you see the issue on? | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Feature request | ||
description: Suggest an idea for the wpfui | ||
title: "Feature request title" | ||
labels: [enhancement] | ||
body: | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe | ||
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
PR: | ||
- "*" | ||
|
||
github_actions: | ||
- .github/workflows/* | ||
|
||
documentation: | ||
- docs/* | ||
|
||
update: | ||
- src/Directory.Build.props | ||
|
||
controls: | ||
- src/Wpf.Ui/Controls/* | ||
|
||
styles: | ||
- src/Wpf.Ui/Styles/* | ||
|
||
icons: | ||
- src/Wpf.Ui/Fonts/FluentSystemIcons-Filled.ttf | ||
- src/Wpf.Ui/Fonts/FluentSystemIcons-Regular.ttf | ||
|
||
dependencies: | ||
- src/Packages.props | ||
- branding/package.json | ||
|
||
NuGet: | ||
- src/Packages.props |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
--- | ||
- name: "icons" | ||
color: "86CBEC" | ||
description: "Fonts and icons updates" | ||
- name: "animations" | ||
color: "233C4F" | ||
description: "Topic is related to animations" | ||
- name: "bug" | ||
color: "d73a4a" | ||
description: "Something isn't working" | ||
- name: "controls" | ||
color: "26CB0A" | ||
description: "Changes to the appearance or logic of custom controls." | ||
- name: "dependencies" | ||
color: "0366d6" | ||
description: "Pull requests that update a dependency file" | ||
- name: "documentation" | ||
color: "0075ca" | ||
description: "Improvements or additions to documentation" | ||
- name: "duplicate" | ||
color: "cfd3d7" | ||
description: "This issue or pull request already exists" | ||
- name: "enhancement" | ||
color: "a2eeef" | ||
description: "New feature or request" | ||
- name: "github_actions" | ||
color: "000000" | ||
description: "Pull requests that update GitHub Actions code" | ||
- name: "good_first_issue" | ||
color: "7057ff" | ||
description: "Good for newcomers" | ||
- name: "help_wanted" | ||
color: "008672" | ||
description: "Extra attention is needed" | ||
- name: "invalid" | ||
color: "e4e669" | ||
description: "This doesn't seem right" | ||
- name: "more_info_needed" | ||
color: "B60205" | ||
description: "More information is needed to solve the problem." | ||
- name: "MVVM_DI" | ||
color: "536317" | ||
description: "Issues related to MVVM and Dependency Injection." | ||
- name: "navigation" | ||
color: "C2AAA3" | ||
description: "Changes to navigation related controls." | ||
- name: ".NET" | ||
color: "7121c6" | ||
description: "Pull requests that update .NET code." | ||
- name: "NuGet" | ||
color: "004880" | ||
description: "Update of the NuGet package." | ||
- name: "performance" | ||
color: "D93F0B" | ||
description: "Performance improvements." | ||
- name: "PR" | ||
color: "666666" | ||
description: "Pull request." | ||
- name: "question" | ||
color: "d876e3" | ||
description: "Further information is requested." | ||
- name: "styles" | ||
color: "bfd4f2" | ||
description: "Updates to the appearance of the controls." | ||
- name: "themes" | ||
color: "080AA0" | ||
description: "Updates to the appearance of the themes." | ||
- name: "update" | ||
color: "1D76DB" | ||
description: "Pull Request containing the update." | ||
- name: "wontfix" | ||
color: "ffffff" | ||
description: "This will not be worked on." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: DotNet Main | |
|
||
on: | ||
push: | ||
branches: [ main ] | ||
branches: [main] | ||
|
||
workflow_dispatch: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ name: DotNet Development | |
|
||
on: | ||
pull_request: | ||
branches: [ development ] | ||
branches: [development] | ||
push: | ||
branches: [ development ] | ||
branches: [development] | ||
|
||
workflow_dispatch: | ||
|
||
|
@@ -16,12 +16,12 @@ jobs: | |
- uses: microsoft/[email protected] | ||
with: | ||
msbuild-architecture: x64 | ||
- uses: nuget/[email protected].6 | ||
- uses: nuget/[email protected].7 | ||
with: | ||
nuget-version: 'latest' | ||
nuget-version: "latest" | ||
|
||
- name: NuGet restore | ||
run: nuget restore src/Wpf.Ui.sln | ||
run: nuget restore src/Wpf.Ui.Demo.sln | ||
|
||
- name: Build | ||
run: msbuild src/Wpf.Ui.sln -p:Configuration=Release -m | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: "Pull Request Labeler" | ||
on: | ||
- pull_request_target | ||
|
||
jobs: | ||
triage: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@v4 | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.