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.
By participating in this project, you agree to maintain a welcoming, friendly, and inclusive environment. Be kind and respectful to others.
- Click the "Fork" button at the top right of this page
- This creates a copy of the repository in your GitHub account
git clone https://github.com/YOUR-USERNAME/first-contribution-hub.git
cd first-contribution-hub
git checkout -b add-your-branch-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
git add CONTRIBUTORS.md
git commit -m "Add [YOUR NAME] to contributors list"
git push origin add-your-branch-name
- Go to your fork on GitHub
- Click "Compare & pull request"
- Add a title like "Add [YOUR NAME] to contributors list"
- Click "Create pull request"
- 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
- Check out the GitHub docs on creating a pull request
- Got stuck? Create an issue, and we'll help you out