From 777d91fc9ce47cf23dee7b23e88cb45d281839ce Mon Sep 17 00:00:00 2001 From: Michael Fix Date: Sat, 18 Apr 2020 13:12:15 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4e3d0b0..97dbeb4 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,4 +1,4 @@ -## Contributing +# Contributing If you have discovered a bug or have a feature suggestion, feel free to create an issue on GitHub. @@ -8,7 +8,7 @@ If you'd like to make some changes yourself, see the following: 2. Make sure yarn is globally installed (`npm install -g yarn`) 3. Run `yarn` to download required packages. 4. Build and start the application: `yarn dev` -5. If you contributed something new, run `yarn contrib:add ` to add yourself [below](#contributors) +5. If you contributed something new, run `yarn contrib:add ` to add yourself [to the contributors list](/README.md#contributors) 6. Finally, submit a [pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) with your changes! This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!