Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geeksblabla/devc-casa-hacktoberfest
A repository to learn about open source code contributions flow
https://github.com/geeksblabla/devc-casa-hacktoberfest
devc-casa hacktoberfest
Last synced: about 1 month ago
JSON representation
A repository to learn about open source code contributions flow
- Host: GitHub
- URL: https://github.com/geeksblabla/devc-casa-hacktoberfest
- Owner: geeksblabla
- License: mit
- Created: 2019-10-23T22:37:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T11:24:45.000Z (10 months ago)
- Last Synced: 2024-08-02T13:24:18.401Z (4 months ago)
- Topics: devc-casa, hacktoberfest
- Language: JavaScript
- Homepage: https://devc-casa-hacktoberfest.netlify.com/
- Size: 4.1 MB
- Stars: 65
- Watchers: 2
- Forks: 58
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-morocco - DevC Casa Hacktoberfest - casa-hacktoberfest.svg?style=social)](https://github.com/geeksblabla/devc-casa-hacktoberfest/stargazers) - A repository to learn about open source code contributions flow. (Uncategorized / Uncategorized)
README
![GitHub](https://img.shields.io/github/license/DevC-Casa/devc-casa-hacktoberfest)
![GitHub](https://img.shields.io/github/forks/DevC-Casa/devc-casa-hacktoberfest)
![GitHub](https://img.shields.io/github/contributors/DevC-Casa/devc-casa-hacktoberfest)
A repository to learn about open source code contributions flow
# π₯ How to contribute π₯
1. π Star this repositoryβοΈπ.
2. Fork this repo, read [how to fork repo](https://help.github.com/articles/fork-a-repo/)
3. Clone the project to your local machine```sh
git clone https://github.com/this-is-you/devc-casa-hacktoberfest.git#where this-is-you is your GitHub username
```4. Create branch with your firstName and lastName, ex: `youssouf_elazizi`. **Never use the `master` branch to create PR**.
```sh
git checkout -b
# : ex youssouf_elazizi
```5. Add your first file `firstName_lastName.yml` (ex:`youssouf_elazizi.yml`) on the `contributors/` directory in that branch.
6. Add code with your infos, ex:```yml
firstName: Youssouf
lastName: El Azizi
bio: Full-stack web developer at Obytes
github: yjose
```7. Make sure you changes works as expected :
- `npm install` or `yarn`
- `yarn start` or `npm run start`
- Your site is now running at `http://localhost:8000`!
- Check the site and Make sure your name and profile avatar is on the list.8. Commit changes and push
```sh
git add#Now commit those changes using the git commit command:
git commit -m "Add to Contributors list"
#replacing with your name.#push
git push origin
```
9. Create Pull-Request to `master` branch in this repository, read [how creating PR](https://help.github.com/articles/creating-a-pull-request/)
10. Have fun and welcome to open source world.## Credits
* https://github.com/firstcontributions/first-contributions
* https://github.com/mazipan/hello-open-source