Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point internal links to new guide #427

Merged
merged 2 commits into from
May 24, 2024
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
12 changes: 10 additions & 2 deletions portal/contributing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Project Pythia Contributor's Guide

```{Note}
This the top-level guide for Project Pythia and a great starting point for getting involved!

We also have specific guides for
[contributing to Pythia Foundations](https://foundations.projectpythia.org/appendix/how-to-contribute.html)
and [contributing new Cookbooks](https://projectpythia.org/cookbook-guide.html).
```

## Overview

Welcome! This is the main contributors guide for Project Pythia.
Expand Down Expand Up @@ -77,10 +85,10 @@ The Pythia [Cookbook
Gallery](https://cookbooks.projectpythia.org/) is a
collection of "cookbooks" that describe workflows that solve a
specific problem. Typically, a cookbook references material presented
elsewhere in Project Pythia, such as [Pythia Foundations](https://foundations.projectpythia.org).
elsewhere in Project Pythia, such as [Pythia Foundations](https://foundations.projectpythia.org).
Each Cookbook is hosted in a separate GitHub repo under the umbrella [Project Pythia
organization](https://github.com/ProjectPythia).
Contributors should consult the [Cookbook-specific Contributor's guide](https://github.com/ProjectPythia/.github/blob/main/.github/CONTRIBUTING.md).
Contributors should consult the [Cookbook-specific Contributor's guide](/cookbook-guide).

### Pythia Portal

Expand Down
Loading