Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.64 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.64 KB

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: