Skip to content

MrDBC/magic-notes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest Open Source Project

Welcome to the Hacktoberfest Open Source Project! We're excited to have you here and appreciate your interest in contributing to our open-source project.

Table of Contents

  1. What is Hacktoberfest?
  2. How to Contribute
  3. Tech Stack
  4. About the Project

What is Hacktoberfest?

Hacktoberfest is an annual celebration of open source software sponsored by DigitalOcean, GitHub, and Dev.to. It encourages individuals to contribute to open source projects during the month of October. By participating in Hacktoberfest, you can learn, collaborate, and contribute to the open source community while earning cool swag and prizes.

For more information about Hacktoberfest, visit Hacktoberfest Official Website.

How to Contribute

We welcome contributions from developers of all levels of experience. To contribute to our project for Hacktoberfest, follow these steps:

  1. Star the repo: Star the repo by pressing the topmost-right button to start your wonderful journey.

  2. Fork the Repository: Click the "Fork" button at the top right of the project's GitHub page to create your own copy of the repository.

  3. Clone the Repository: Use Git to clone the forked repository to your local machine.

    git clone https://github.com/CareerDevelopmentHub/magic-notes.git
    
  4. Create a Branch: Create a new branch for your contribution

        git checkout -b feature/my-contribution
    
    
  5. Make Changes: Make your desired changes to the project. This can include bug fixes, feature additions, documentation improvements, etc

  6. Commit Changes: Commit your changes with a descriptive commit message.

    git commit -m "Add feature: my contribution"

  1. Push Changes: Push your changes to your forked repository on GitHub.
git push origin feature/my-contribution

  1. Create a Pull Request: Go to the original project's GitHub page and click the "New Pull Request" button. Compare your branch to the main branch and create the pull request.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.5%
  • HTML 29.2%
  • CSS 28.3%