Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Hacktober

![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