8000 GitHub - nicolacentonze/first-contribution-hub: Repository focused on helping developers start their open source journey
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nicolacentonze/first-contribution-hub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

First Contribution Hub 🚀

Welcome to First Contribution Hub! This repository is designed to help you make your first open source contribution. It's a safe, friendly space to learn and practice the GitHub contribution workflow.

Code of Conduct 🤝

By participating in this project, you agree to maintain a welcoming, friendly, and inclusive environment. Be kind and respectful to others.

How to Contribute 🤝

1. Fork this Repository

  • Click the "Fork" button at the top right of this page
  • This creates a copy of the repository in your GitHub account

2. Clone your Fork

git clone https://github.com/YOUR-USERNAME/first-contribution-hub.git
cd first-contribution-hub

3. Create a Branch

git checkout -b add-your-branch-name

4. Add your Name

  • Open CONTRIBUTORS.md
  • Add your name and country in a new line following this format:
    - [Your Name](https://github.com/your-username) | Country
    
  • Example:
    - [Jane Doe](https://github.com/janedoe) | Canada
    

5. Commit your Changes

git add CONTRIBUTORS.md
git commit -m "Add [YOUR NAME] to contributors list"
git push origin add-your-branch-name

6. Create a Pull Request

  • Go to your fork on GitHub
  • Click "Compare & pull request"
  • Add a title like "Add [YOUR NAME] to contributors list"
  • Click "Create pull request"

Guidelines 📝

  • Add only your name to the list
  • Make sure your name isn't already in the list
  • Follow the format exactly
  • Keep the list alphabetically ordered

Need Help? ❓


Happy Contributing! 🎉

About

Repository focused on helping developers start their open source journey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0