Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.59 KB

CONTRIBUTING.md

File metadata and controls

20 lines (17 loc) · 1.59 KB

Contribution Guidelines

Hacktoberfest is an annual worldwide event held during the month of October. The event encourages open source developers to contribute to repositories through pull requests (PR). GitHub hosts many open source repositories that contribute to learning content. Some of the repositories actively participate in the Hacktoberfest event. In this article, you’ll learn how to discover which repos are accepting PRs, and what you can expect as a contributor.

Looking to make your first PR?

This is a beginner friendly repository made specifically for Hacktoberfest that helps you get your first PR and takes you a step closer to earning your Hacktoberfest T-shirt 👕. If you are a beginner, and looking for your first contribution, we are here to help. Just add your details to contributors.toml.

Submitting a pull request

  1. Fork this repository
  2. Clone your forked repository to your local machine - git clone https://github.com/your-name/hacktoberfest
  3. Create a new branch - git checkout -b your-branch-name
  4. Add your details into config.toml
  5. Add your work into code or non-code folder
    • You can add your work in any language you want
    • Designers can add their work in non-code folder
  6. Use git add . and git commit -m "message" to add your changes into git
  7. Push your changes - git push origin your-branch-name
  8. Submit a pull request

Resources