Skip to content

Commit

Permalink
Merge pull request #406 from lepoco/development
Browse files Browse the repository at this point in the history
Merge development and update toversion 2.0.3
  • Loading branch information
pomianowski authored Sep 25, 2022
2 parents 6212d26 + 299a90e commit 6ace628
Show file tree
Hide file tree
Showing 293 changed files with 8,008 additions and 7,565 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github: [lepoco]
# github: [lepoco]
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
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
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
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
29 changes: 29 additions & 0 deletions .github/labeler.yml
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
73 changes: 73 additions & 0 deletions .github/labels.yml
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."
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DotNet Main

on:
push:
branches: [ main ]
branches: [main]

workflow_dispatch:

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/DV.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: DotNet Development

on:
pull_request:
branches: [ development ]
branches: [development]
push:
branches: [ development ]
branches: [development]

workflow_dispatch:

Expand All @@ -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
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/labeler.yml
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 }}"
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
exclude-any-issue-labels: "keep-unlocked, status:awaiting response"
add-issue-labels: "locked-due-to-inactivity"
issue-comment: ""
issue-lock-reason: "resolved"
issue-lock-reason: "resolved"
Loading

0 comments on commit 6ace628

Please sign in to comment.