diff --git a/contribute/contributors.md b/contribute/contributors.md new file mode 100644 index 0000000..946fa17 --- /dev/null +++ b/contribute/contributors.md @@ -0,0 +1,7 @@ +# Contributors + +Here is a list of the contributors to this knowledgebase. Thanks everyone! + +* [s00ner](https://twitter.com/Jeffers0n) + +If you've made a contribution to this site please add yourself here. \ No newline at end of file diff --git a/contribute/how_to.md b/contribute/how_to.md index 0a43fb2..e301459 100644 --- a/contribute/how_to.md +++ b/contribute/how_to.md @@ -43,4 +43,6 @@ Some general stuff to help you out. - You might have noticed a file `Jenkinsfile` in the repo. Please do not modify this. Any pull requests with changes to this file will be rejected. - If you have created a new page, make sure to update `SUMMARY.md` to link to your page so it will show up in the sidebar. -- Keep your personal fork up to date. As time passes and changes get made to the upstream repo you working fork will fall behind. You can resync it with upstream by using a Pull Request in the web UI or on the command line following [this guide](https://www.freecodecamp.org/news/how-to-sync-your-fork-with-the-original-git-repository/). \ No newline at end of file +- Keep your personal fork up to date. As time passes and changes get made to the upstream repo you working fork will fall behind. You can resync it with upstream by using a Pull Request in the web UI or on the command line following [this guide](https://www.freecodecamp.org/news/how-to-sync-your-fork-with-the-original-git-repository/). +- Remember to spell check. Most text editors don't have any spell checking by default so remember to use a spell checking plugin or run an external spell checker. +- If you've made a contribution to the site, add yourself to the [Contributors](contribute/contributors.md) page. \ No newline at end of file