Skip to content

Commit

Permalink
Refactor image paths in contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
IhsenBouallegue committed Oct 20, 2024
1 parent 1f74188 commit 58e7936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/development/contribution-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ git push origin add-new-page
- Go to the [OpenIPC documentation site](https://docs.openipc.org).
- Find the page that you want to edit and click the **Edit page** button, as shown below:

![Edit Page Button](/src/assets/images/edit-a-page-1.png)
![Edit Page Button](edit-a-page-1.png)

This will take you directly to the corresponding markdown file in the GitHub repository.

Expand All @@ -151,15 +151,15 @@ You’ll be taken to the GitHub editor, where you can make changes directly to t

For example:

![Editing the Page in GitHub](/src/assets/images/edit-a-page-2.png)
![Editing the Page in GitHub](/assets/images/edit-a-page-2.png)

### 3. Propose Your Changes
Once you've made your edits:
- Scroll down to the **Propose changes** section.
- Add a short commit message that describes the update.
- Choose whether you want to commit directly to the main branch or create a new branch for the changes.

![Proposing Changes](/src/assets/images/edit-a-page-3.png)
![Proposing Changes](src/assets/images/edit-a-page-3.png)

### 4. Create a Pull Request (If Necessary)
If you've created a new branch, click **Propose changes** to start a Pull Request (PR). In the PR description, explain what changes you made and why.
Expand Down

0 comments on commit 58e7936

Please sign in to comment.