Skip to content

Latest commit

 

History

History
59 lines (28 loc) · 1.79 KB

CONTRIBUTING.md

File metadata and controls

59 lines (28 loc) · 1.79 KB

🥳🌟Hacktoberfest 2022🌟🥳

Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2022 challenge and earn a limited edition T-shirt.


📢 Register Yourself for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free SWAGS! 🔥



Getting started with Neovim-from-scratch

How to Contribute? ✍

1. Fork the Project 🍴

Fork this repository and make changes in code as required. You can change it online or by cloning it in your device. Then Push it on your Forked Repo for further Actions. Do not use special characters in the template above.

Screenshot 2022-10-23 at 12 14 31 AM

3. Create a new branch

4. Start hacking on the new branch

5. Add Issue (Before making a pull request)

  • go to the Issues tab of the repository and click on the issue you want to work on.

  • Under that issue, write a comment asking permission for the admin of the repository to assign you the issue you want to work on.

  • For example,


  I would like to work on this issue. Can you assign it to me?

6. Commit and push to the new branch

7. Click the contribute button to bring up a drop-down menu; select the pull request option from the menu.

8. But before making a pull request, be sure to link the issue in the description box for which you are creating the pull request.


Note: A pull request allows you to merge your changes into the main project.


Wait for your edits to be merged before proceeding.


Hurray! You've made a significant contribution! 🥳🎉

Thank You