From f4ef3b261ffc549163fb125df99177fdb437a19c Mon Sep 17 00:00:00 2001 From: Juan Diaz Date: Mon, 25 Mar 2024 07:56:49 -0400 Subject: [PATCH] how to contribute --- CONTRIBUTING.md | 8 ++++---- README.md | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 19f799f..56b784d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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//amoCol.git + git clone https://github.com//youtube.git ``` 3. Get into the root directory ```sh - cd amoCol + cd youtube ``` 4. Install all the dependencies diff --git a/README.md b/README.md index 00f85b4..2a4479b 100644 --- a/README.md +++ b/README.md @@ -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/)