diff --git a/GitGuide.md b/Contributing.md similarity index 98% rename from GitGuide.md rename to Contributing.md index 6d4366e4f..286e81b4b 100644 --- a/GitGuide.md +++ b/Contributing.md @@ -1,9 +1,4 @@ -# Git Guide - -This guide will help you to set up your environment to be able to work -on the Dancer2's repository. - -## Contributing +# Contributing This guide has been written to help anyone interested in contributing to the development of Dancer2. diff --git a/README.mkdn b/README.mkdn index 0de43c971..5b99d0ce4 100644 --- a/README.mkdn +++ b/README.mkdn @@ -89,9 +89,9 @@ complete outline on where to go for help. documentation, as well as other information that doesn't quite fit within this manual. -- Git Guide +- Contributing - The [Git guide](https://github.com/PerlDancer/Dancer2/blob/master/GitGuide.md) describes + The [contribution guidelines](https://github.com/PerlDancer/Dancer2/blob/master/Contributing.md) describe how to set up your development environment to contribute to the development of Dancer2, Dancer2's Git workflow, submission guidelines, and various coding standards. diff --git a/lib/Dancer2.pm b/lib/Dancer2.pm index 1ccc03096..0c6560891 100644 --- a/lib/Dancer2.pm +++ b/lib/Dancer2.pm @@ -210,9 +210,9 @@ Our L has community-cont documentation, as well as other information that doesn't quite fit within this manual. -=item * Git Guide +=item * Contributing -The L describes +The L describe how to set up your development environment to contribute to the development of Dancer2, Dancer2's Git workflow, submission guidelines, and various coding standards.