Evie-Skinner18 / happy_hacktoberfest_19

A fun website built to celebrate open source collaboration. Go ahead and create something!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not accepting PRs for Hacktoberfest 2020 (because this project was for Hacktoberfest 2019)

Happy Hacktoberfest 2019! πŸŽƒ πŸ‘» πŸ”₯ πŸ”₯

🌠 🌠 🌠 🌠 🌠 🌠 🌠 🌠 🌠

Welcome hackers! This project is a beginner-friendly initiative: a fun little ditty to help you get creative with open source.

Feel free to make a new feature/page and submit a pull request.

This is my first Hacktoberfest, how do I get started? πŸš€

  • Have a look for issues labelled as 'good first issue', 'hacktoberfest', 'up-for-grabs', or 'first-timers-only'.
  • Read the instructions in Contributing Guidelines.md.
  • Have fun creating something new!

How to make a pull request:

  1. Fork the repository.

  2. Clone your forked repository into your local machine.

  3. Take any issue from issues list or identify one.

  4. Create a branch with a descriptive name (navbar-fix)

  5. Write these commands on your terminal:

    git add -A (to stage your changes) git commit -m "very breif info of what youv'e done" git push origin master

  6. Then create your pull request.

  7. Congratulations!! You have successfully created your pull request. 🌠

You can view the progress of the website so far here: https://evie-skinner18.github.io/happy_hacktoberfest_19/

NOTE

Please DO NOT submit random pull requests. First check if an issue already exists for the bugs you found and whether someone else is already working on it. If not, create an issue and assign to yourself.

Happy coding! :heart_eyes:

About

A fun website built to celebrate open source collaboration. Go ahead and create something!


Languages

Language:JavaScript 46.0%Language:CSS 41.8%Language:HTML 12.2%