Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qualiaMachine committed Sep 10, 2024
2 parents 6d07e79 + 4bf16d2 commit 3d920d3
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions Learn/Guides/How-to-contribute.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -156,22 +156,25 @@ The only fields that need to be changed are `title`, `description`, `author` and
We want the site to be constantly evolving with the community, and our intention is to keep the contributions to the site as free as possible. However, we added some sections to structure the site a little bit:

```txt
.
├── Resources
│ ├── Books
├── Applications
│ ├── Blogs
│ ├── EDA-examples
│ ├── Highlights # Videos
│ ├── Papers
│ ├── Playlists
├── Learn
│ ├── Books
│ ├── Guides
│ ├── Videos
│ ├── Workshops
├── Toolbox
│ ├── Code
│ ├── Compute
│ ├── Data
│ ├── EDA
│ ├── Guides
│ ├── Models
│ ├── Papers
│ ├── Podcasts
│ ├── Workshops
│ ├── Videos
│ ├── Other
```
**Note**: Some subfolders may not exist yet (e.g., Learn/Podcasts, Learn/Data) since no one has contributed a resource from one of those categories yet (and git doesn't allow empty folders). Feel free to start one of the missing folders, if applicable. If your resource doesn't belong to one of the categories listed above, add it to a new Learn/Other subfolder for now.
**Note**: Some subfolders may not exist yet (e.g., Code, Data) since no one has contributed a resource from one of those categories yet, and git doesn't allow empty folders. Feel free to start one of the missing folders, if applicable. If your resource doesn't belong to one of the categories listed above, you may add a new one. We'll discuss this new category when we review your initial "Issue" announcing the resource addition.

## How to improve an existing post?
Want to add a code-long exercise to an existing post, add your perspective, or correct a typo? Anyone is welcome and encouraged to suggest improvements to existing materials hosted on Nexus! The most straightforward way to do this is to click "Improve this page" from the post's webpage on Nexus to suggest your edits. The below steps will walk you through this process.
Expand Down

0 comments on commit 3d920d3

Please sign in to comment.