mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-25 12:58:17 -08:00
Update CONTRIBUTING.md
This commit is contained in:
@@ -11,6 +11,7 @@ Welcome to the **Awesome First PR Opportunities** project! We're excited that yo
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/your-username/awesome-for-beginners.git
|
git clone https://github.com/your-username/awesome-for-beginners.git
|
||||||
cd awesome-for-beginners
|
cd awesome-for-beginners
|
||||||
|
```
|
||||||
|
|
||||||
3. **Install Dependencies**: This project does not require specific dependencies, but make sure you have git installed.
|
3. **Install Dependencies**: This project does not require specific dependencies, but make sure you have git installed.
|
||||||
|
|
||||||
@@ -19,6 +20,7 @@ Welcome to the **Awesome First PR Opportunities** project! We're excited that yo
|
|||||||
1. **Create a Branch:**:
|
1. **Create a Branch:**:
|
||||||
```bash
|
```bash
|
||||||
git checkout -b your-branch-name
|
git checkout -b your-branch-name
|
||||||
|
```
|
||||||
|
|
||||||
2. **Make Your Changes**: Add or modify the necessary files.
|
2. **Make Your Changes**: Add or modify the necessary files.
|
||||||
|
|
||||||
@@ -26,15 +28,19 @@ Welcome to the **Awesome First PR Opportunities** project! We're excited that yo
|
|||||||
```bash
|
```bash
|
||||||
git status
|
git status
|
||||||
git diff
|
git diff
|
||||||
|
```
|
||||||
|
|
||||||
4. **Commit Your Changes**:
|
4. **Commit Your Changes**:
|
||||||
```bash
|
```bash
|
||||||
git add .
|
git add .
|
||||||
git commit -m "A clear description of your changes"
|
git commit -m "A clear description of your changes"
|
||||||
|
```
|
||||||
|
|
||||||
5. **Push Your Changes**:
|
5. **Push Your Changes**:
|
||||||
```bash
|
```bash
|
||||||
git push origin your-branch-name
|
git push origin your-branch-name
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
#### Submitting a Pull Request (PR)
|
#### Submitting a Pull Request (PR)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user