https://github.com/kkrishguptaa/contribute-to-open-source
[THIS WAS FOR A WORKSHOP] Don't edit the README. For goodness sake ðŸ˜
https://github.com/kkrishguptaa/contribute-to-open-source
workshop
Last synced: about 2 months ago
JSON representation
[THIS WAS FOR A WORKSHOP] Don't edit the README. For goodness sake ðŸ˜
- Host: GitHub
- URL: https://github.com/kkrishguptaa/contribute-to-open-source
- Owner: kkrishguptaa
- License: unlicense
- Archived: true
- Created: 2024-03-03T08:45:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T20:48:55.000Z (7 months ago)
- Last Synced: 2025-03-28T14:14:40.237Z (about 2 months ago)
- Topics: workshop
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# contribute-to-open-source
Welcome to the Open Source Practice Repository! This repository is designed for individuals who are new to open source contributions or looking to sharpen their skills. Whether you're a beginner or an experienced developer, there are plenty of opportunities to learn and collaborate here.
## How to Contribute
1. **Fork the Repository:** Click on the "Fork" button in the top-right corner of the repository's page to create your own copy.
2. **Clone the Repository:** Clone the forked repository to your local machine using the `git clone` command followed by the repository's URL.
```bash
git clone https://github.com/your-username/contribute-to-open-source.git
```3. **Make Changes:** Make your desired changes or contributions to the project on your local machine. Whether it's fixing a bug, adding a new feature, or improving documentation, every contribution is valuable.
4. **Commit Changes:** Once you've made your changes, commit them to your forked repository with appropriate commit messages.
```bash
git add .
git commit -m "Your descriptive commit message here"
```5. **Push Changes:** Push your commits to your forked repository on GitHub.
```bash
git push origin main
```6. **Create Pull Request:** Go to your forked repository on GitHub and click on the "New Pull Request" button. Provide a descriptive title and explanation for your changes, then submit the pull request.
7. **Review and Merge:** Your pull request will be reviewed by the repository maintainers. Once approved, your changes will be merged into the main repository.
## Contributors
- Add your name here when you make a pull request!
- hello i'm gautam---
Thank you for your interest in contributing to the Open Source Practice Repository!