https://github.com/opensource-nepal/playground
A playground repository dedicated, but not limited, to OpenSource newcomers to practice OpenSource workflows and principles.
https://github.com/opensource-nepal/playground
Last synced: 5 months ago
JSON representation
A playground repository dedicated, but not limited, to OpenSource newcomers to practice OpenSource workflows and principles.
- Host: GitHub
- URL: https://github.com/opensource-nepal/playground
- Owner: opensource-nepal
- License: gpl-3.0
- Created: 2023-12-01T04:08:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T03:10:02.000Z (over 2 years ago)
- Last Synced: 2025-05-15T08:16:12.689Z (about 1 year ago)
- Language: HTML
- Homepage: https://opensource-nepal.github.io/playground/
- Size: 132 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PLAYGROUND
A playground repository dedicated, but not limited, to OpenSource newcomers to practice OpenSource workflows and principles.
### Purpose of this repository
Many new developers and sometimes even experienced ones have trouble contributing to OpenSource, sometimes due to lack of knowledge of the principles and workflow of OpenSource and sometimes due to fear of failure. This repo targets to be as an initial step for starting OpenSource contribution.
#### Steps to contribute to this repository
The steps to contribute to this repository is same as how you would contribute to many OpenSource projects.
1. First go through the `CONTRIBUTING.md` file in this repository. The file contains instructions on how to contribute to this project. Many OpenSource projects will have the same. Make sure that you properly understand the contents of the file because otherwise your contribution might not be accepted.
2. Fork this repository. More info [here](https://docs.github.com/en/get-started/quickstart/fork-a-repo#forking-a-repository).
3. Create a branch on the forked repository.
4. Make your changes as per the guide in the `CONTRIBUTING.md` file.
5. Add, commit and push your changes to your branch. Make sure that the commit is as per the guide.
6. Create a pull request from your branch in your forked repo to a target branch in the main repo. Detailed guide [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork).
7. Wait for your Pull Request to be reviewed by other contributors. If your Pull Requests has change request comments then, work on solving them and push the changes again.