Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

docs: add link to the profiles folder in readme #885

Merged
merged 1 commit into from
Dec 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ Feel free to submit a [pull request](https://github.com/EddieHubCommunity/awesom

2. Fork the project, using the top right corner button, that states `fork`

3. In the `data.json` file, add your own object to the **end of the file**. Your entry should be similar to this example:
3. Create a file named `your-username.json` in the directory [`profiles`](/profiles) with the following content.
schmelto marked this conversation as resolved.
Show resolved Hide resolved
Panquesito7 marked this conversation as resolved.
Show resolved Hide resolved

> Your entry should be similar to this example:

```json
{
Expand All @@ -41,8 +43,6 @@ Feel free to submit a [pull request](https://github.com/EddieHubCommunity/awesom
}
```

**Note** : Please do not edit anything below `<!--START_SECTION:data-section-->` in `profiles.md`. Our [GitHub Action](https://github.com/EddieHubCommunity/gh-action-community) will make the necessary changes for you.

4. Create a [Pull Request](https://github.com/EddieHubCommunity/awesome-github-profiles/pulls) to add the changes to this repository. Please change the title to `add your-username` and in the description add `resolve #issueNumber`

### Any questions, feel free to let us know!
Expand Down