From bd700a5b2972c8586f615fadbf14eee1cfa73711 Mon Sep 17 00:00:00 2001 From: Aaron Junker Date: Tue, 13 Oct 2020 00:33:58 +0200 Subject: [PATCH] Change community health file names to the same name format (#7192) * Rename LICENSE to LICENSE.md * Rename community.md to COMMUNITY.md * Rename contributing.md to CONTRIBUTING.md * Rename LICENSE.md to LICENSE * Update README.md * Update SUPPORT.md --- community.md => COMMUNITY.md | 0 contributing.md => CONTRIBUTING.md | 0 README.md | 2 +- SUPPORT.md | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename community.md => COMMUNITY.md (100%) rename contributing.md => CONTRIBUTING.md (100%) diff --git a/community.md b/COMMUNITY.md similarity index 100% rename from community.md rename to COMMUNITY.md diff --git a/contributing.md b/CONTRIBUTING.md similarity index 100% rename from contributing.md rename to CONTRIBUTING.md diff --git a/README.md b/README.md index ba6e079778..4e471bf67f 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ Please read the [developer docs](/doc/devdocs) for a detailed breakdown. This project welcomes contributions of all types. Help spec'ing, design, documentation, finding bugs are ways everyone can help on top of coding features / bug fixes. We are excited to work with the power user community to build a set of tools for helping you get the most out of Windows. -We ask that **before you start work on a feature that you would like to contribute**, please read our [Contributor's Guide](contributing.md). We will be happy to work with you to figure out the best approach, provide guidance and mentorship throughout feature development, and help avoid any wasted or duplicate effort. +We ask that **before you start work on a feature that you would like to contribute**, please read our [Contributor's Guide](CONTRIBUTING.md). We will be happy to work with you to figure out the best approach, provide guidance and mentorship throughout feature development, and help avoid any wasted or duplicate effort. ### ⚠ State of code ⚠ diff --git a/SUPPORT.md b/SUPPORT.md index de18d294d0..ce239dc591 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -15,4 +15,4 @@ Support for PowerToys is limited to the resources listed above. [gh-bug]: https://github.com/microsoft/PowerToys/issues/new?assignees=&labels=Issue-Bug&template=bug_report.md&title= [gh-feature]: https://github.com/microsoft/PowerToys/issues/new?assignees=&labels=&template=feature_request.md&title= [wiki]: https://github.com/microsoft/PowerToys/wiki -[contributor]: https://github.com/microsoft/PowerToys/blob/master/contributing.md +[contributor]: https://github.com/microsoft/PowerToys/blob/master/CONTRIBUTING.md