Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmartinz authored May 16, 2024
1 parent 2154179 commit 0b490e6
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,19 @@ To ensure a smooth experience, please follow these important rules:
```markdown
<a href="URL_here">Resource Name</a>
```

**Add to Table**: Insert it into the table like this:

Example:
```markdown
<tr>
<td><a href="URL_here">Resource Name</a></td>
<td>URL Description</td>
</tr>
### Section name
<table width="100%">
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="URL HERE">RESOURCE NAME</a></td>
<td>RESOURCE DESCRIPTION</td>
</tr>
</table>
```

> Note: Replace "URL_here" with the actual resource URL and provide a brief description.
Expand Down

0 comments on commit 0b490e6

Please sign in to comment.