Skip to content

Commit

Permalink
how to contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPabloDiaz authored Mar 25, 2024
1 parent 70b3ef9 commit f4ef3b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# AmoCol Contributing Guidelines
# youtube Contributing Guidelines

## Getting Started

1. [Fork](https://github.com/JuanPabloDiaz/amoCol/fork) the repository on GitHub.
1. [Fork](https://github.com/JuanPabloDiaz/youtube/fork) the repository on GitHub.
2. Clone the forked repository to your local machine.

```sh
git clone https://github.com/<your_github_username>/amoCol.git
git clone https://github.com/<your_github_username>/youtube.git
```

3. Get into the root directory

```sh
cd amoCol
cd youtube
```

4. Install all the dependencies
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ This class is based on Hyper Text Markup Language (HTML), Cascading Style Sheets

This course is part of a [Platzi Challenge](https://platzi.com/blog/portafolio-web-2022/) I participated on. In which for two months, I got the oportunity to join 24 live meeting and multiple classes with the only purpose of creating a Web Portaflio.

## How to Contribute?

All contributions are welcome. Please read the [CONTRIBUTING guidelines](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.


### Project deployed using:
- Vercel: [View Demo](https://youtube-ten-beta.vercel.app/)

Expand Down

0 comments on commit f4ef3b2

Please sign in to comment.