Skip to content

🚀✨ Help beginners to contribute to open source projects

License

Notifications You must be signed in to change notification settings

vijaynaidu16/StarterHive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Hive ✨

A community of new developers buzzing around and collaborating on beginner-friendly issues.

Table of Content

Contributing

🔖Steps to Contribute

Following are the steps to guide you:

  • Step 1: Fork the repo then On your local drive open your terminal and run

    git clone https://github.com/[YourUserName]/StarterHive.git
    
    
  • Step 2: Add an upstream link to the main branch in your cloned repo

    cd StarterHive/
    git remote add upstream https://github.com/ArslanYM/StarterHive
    
    
  • Step 3: Keep your cloned repo up to date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)

    git pull upstream main
    
  • Step 4: Create your feature branch (This is a necessary step, so don't skip it)

    git checkout -b <feature-name>
    
  • Step 5: Make the changes as per your issue/feature.

  • Step 6: Add your commits to the staging

    git add .
    
  • Step 7: Commit all the changes (Write commit message as "Small Message")

    git commit -m "Write a meaningful but small commit message"
    
  • Step 8: Push the changes for review

    git push origin <branch-name>
    
  • Step 9: Create a PR on Github. (Don't just hit the create a pull request button, you must write a PR message to clarify why and what are you contributing)

New to open-source?

You can also contribute to this project if you are new to open source:

🔨Note:

  • Do not edit/delete someone else's script in this repository. You can only insert new files/folders into this repository.
  • Give a meaningful name to whatever file or folder you are adding. (E.g., if you have written a script on LED Blinking, then led_blinking.c is one example of the valid name)

Issues

  • Are you exhausted from manually searching through repositories one at a time in order to find issues to resolve? Here's a list of issues you can solve based on your tech stack.
  • Good First and Beginner Friendly Issues

Contributors

Thank you for your dedication and hard work. Your contributions are invaluable to our team, and we are so grateful for all that you do. Your hard work and dedication is truly admirable. Thank you for your unwavering commitment and for all that you do for our team.

Please visit Contributors to check the list of contributors and add your name to the list to become a contributor.

Guidelines

  • Make sure you are following the Guidelines of this project while contributing. Take a look at Guidelines.

License

Starter Hive is licensed under the MIT License. See the LICENSE file for more information.

About

🚀✨ Help beginners to contribute to open source projects

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published