Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 494 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 494 Bytes

Contributing to Hacktoberfest Beginners' Guide

Thank you for your interest in contributing to this repository! We welcome contributions from developers of all skill levels. To get started, please follow these guidelines:

  1. Fork this repository and clone it to your local machine.

  2. Look for issues labeled "beginner-friendly." These are a great place to start if you're new to open source or Hacktoberfest.

  3. Create a new branch for your work:

    git checkout -b my-feature