From d90f0425104aa01780434bffa568a66465dcb479 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Fri, 24 May 2024 14:15:44 -0400 Subject: [PATCH 1/2] Point internal links to new guide --- portal/contributing.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/portal/contributing.md b/portal/contributing.md index 533534e0f..7af7fe6b0 100644 --- a/portal/contributing.md +++ b/portal/contributing.md @@ -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. @@ -67,7 +75,7 @@ Ecosystem. The Pythia Foundations content is hosted on a separate and contributors should consult the contributor’s guide there for information specific to Foundations. However, adding new, or changing existing Foundations content requires contributors to be familiar -with a few technologies and workflows, described in Advanced +with a few technologies and workflows, described in Advanced Contributions below. ### Add a new Cookbook to Cookbooks Gallery @@ -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 From bfb515e82a189e051587dc0c22b805520e5b63e6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 18:17:29 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- portal/contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portal/contributing.md b/portal/contributing.md index 7af7fe6b0..7b1cfce8e 100644 --- a/portal/contributing.md +++ b/portal/contributing.md @@ -3,8 +3,8 @@ ```{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) +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). ``` @@ -75,7 +75,7 @@ Ecosystem. The Pythia Foundations content is hosted on a separate and contributors should consult the contributor’s guide there for information specific to Foundations. However, adding new, or changing existing Foundations content requires contributors to be familiar -with a few technologies and workflows, described in Advanced +with a few technologies and workflows, described in Advanced Contributions below. ### Add a new Cookbook to Cookbooks Gallery