From 4bf16d2009b79bdd24d503600a18c288890b53ba Mon Sep 17 00:00:00 2001 From: Chris Endemann Date: Mon, 9 Sep 2024 19:16:22 -0500 Subject: [PATCH] Update How-to-contribute.qmd --- Learn/Guides/How-to-contribute.qmd | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/Learn/Guides/How-to-contribute.qmd b/Learn/Guides/How-to-contribute.qmd index 21673b38..83adae93 100644 --- a/Learn/Guides/How-to-contribute.qmd +++ b/Learn/Guides/How-to-contribute.qmd @@ -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.