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.
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.
We welcome contributions from developers of all levels of experience. To contribute to our project for Hacktoberfest, follow these steps:
-
Star the repo: Star the repo by pressing the topmost-right button to start your wonderful journey.
-
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.
-
Clone the Repository: Use Git to clone the forked repository to your local machine.
git clone https://github.com/CareerDevelopmentHub/magic-notes.git
-
Create a Branch: Create a new branch for your contribution
git checkout -b feature/my-contribution
-
Make Changes: Make your desired changes to the project. This can include bug fixes, feature additions, documentation improvements, etc
-
Commit Changes: Commit your changes with a descriptive commit message.
git commit -m "Add feature: my contribution"
- Push Changes: Push your changes to your forked repository on GitHub.
git push origin feature/my-contribution
- 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.