Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 506 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 506 Bytes

hacktoberfest

I created a simple website to fetch all contributers of hacktoberfest. Check it out here: https://niklasschmitt.github.io/hacktoberfest

joining the list

To join to the list of contributers you just need to do this simple steps:

  • Fork this project

  • Edit index.html and add you username & href to your github-profile. Please use this format:

    <a href = "https://github.com/NiklasSchmitt" target="_blank">NiklasSchmitt</a> |

  • Commit your changes

  • Create a new PR

Happy hacking!