diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 798d383641..bdbe1eb30c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,37 +1,53 @@ --- name: Bug report -about: Create a report to help us improve MahApps.Metro +about: Create a bug report to help us to improve MahApps.Metro +title: '' +labels: Bug +assignees: '' --- -**Describe the bug** -A clear and concise description of what the bug is. Questions about usage are better asked in the [Gitter](https://gitter.im/MahApps/MahApps.Metro) room or at [stackoverflow](http://stackoverflow.com/questions/tagged/mahapps.metro). +## Describe the bug + + + +## Steps to reproduce + + -**Repo** -If it's possible follow these guidelines for a good sample and I will most likely look at the issue sooner: +## Expected behavior + + + +## Actual behavior + + + +## Environment + +``` +MahApps.Metro version: v2.0.0 +Windows build number: Win10 1909 [Version 10.0.18363.836] +Visual Studio: 2019 16.6.0 +Target Framework: .Net Core 3.1 (v4.5.2, v4.7.2) +``` - - Post a full GitHub repository. Not a zip file, half baked snippet etc. If GitHub is new to you consider it a great learning opportunity and chance to get involved. - - The repository should have just ONE step max for me to get running, and that is "Restore NuGet Packages". If there are any other missing dependencies, or uncompiling features I will most likely move on to another issue. - - I'm not trying to be awkward. I'm just busy and I'm helping a lot of people, not just you, so help me out and I will help you out. +## Screenshots -**Additional context** -Add any other context about the problem here. + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5810c65166..aadb71b8d6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,16 +1,19 @@ --- name: Feature request about: Suggest an idea for MahApps.Metro +title: '' +labels: Feature Request +assignees: '' --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +## Describe the feature -**Describe the solution you'd like** + -**Additional context** -Add any other context or screenshots about the feature request here. +## Additional context -**Closed Issues** + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 528136b43f..68d8ed6b1d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,13 +1,18 @@ -**Describe the changes you have made to improve this project** +## Describe the changes you have made to improve this project + -**Unit test** +## Unit test -If it's possible then make a unit test for your changes. + -**Additional context** +## Additional context -Add any other context or screenshots about the feature request here. + -**Closed Issues** +## Closed Issues + + diff --git a/GitVersion.yml b/GitVersion.yml index ba7246051c..fb0cf9f9b7 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -6,7 +6,6 @@ branches: master: mode: ContinuousDeployment tag: rc - increment: Minor prevent-increment-of-merged-branch-version: true track-merge-target: false is-release-branch: true diff --git a/src/MahApps.Metro.Samples/MahApps.Metro.Demo/ExampleWindows/VSDemo.xaml b/src/MahApps.Metro.Samples/MahApps.Metro.Demo/ExampleWindows/VSDemo.xaml index 30c9bb7ccf..aead09e098 100644 --- a/src/MahApps.Metro.Samples/MahApps.Metro.Demo/ExampleWindows/VSDemo.xaml +++ b/src/MahApps.Metro.Samples/MahApps.Metro.Demo/ExampleWindows/VSDemo.xaml @@ -90,6 +90,8 @@ + + @@ -170,13 +172,18 @@ Header="Hidden Stuff"> - + +