added contributors page
Gitea/Baltimore-hackthebox-knowledgebase/pipeline/head This commit looks good Details

main
s00ner 2022-02-23 11:09:32 -05:00
parent 3ebe6f36fb
commit 3017d53e21
2 changed files with 10 additions and 1 deletions

View File

@ -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.

View File

@ -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/).
- 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.