From 03a8e83000e3607df1a066cdb7191d108afe6380 Mon Sep 17 00:00:00 2001 From: Kevin Paul Date: Thu, 14 Jan 2021 12:25:23 -0700 Subject: [PATCH 1/3] Add a link to our new discussions page --- content/pages/discussion.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 content/pages/discussion.md diff --git a/content/pages/discussion.md b/content/pages/discussion.md new file mode 100644 index 00000000..6074feec --- /dev/null +++ b/content/pages/discussion.md @@ -0,0 +1,4 @@ +# Talk to us! + +If you have questions or want to share anything with the [Project Pythia Team](people.md), +please reach out to us on our [GitHub Discussions page](https://github.com/ProjectPythia/projectpythia.github.io/discussions). \ No newline at end of file From eb490fd84c9053ddbeef075ac8767e167eba71ab Mon Sep 17 00:00:00 2001 From: Kevin Paul Date: Thu, 14 Jan 2021 12:31:37 -0700 Subject: [PATCH 2/3] Add link to main TOC --- content/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/index.md b/content/index.md index 3e8a802c..365a5804 100644 --- a/content/index.md +++ b/content/index.md @@ -61,6 +61,7 @@ pages/people.md pages/meetings.md pages/contributing.md pages/code_of_conduct.md +pages/discussion.md pages/links.md ``` @@ -74,5 +75,5 @@ caption: Galleries notebooks_gallery/index.md pages/communications.md -``` +``` --> From f9d206ce796366dc796129c470dca9371b9fdecb Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Thu, 14 Jan 2021 13:05:34 -0700 Subject: [PATCH 3/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 56151c89..6c52efd6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,8 @@ In the mean time, if you have links to some open educational content that you wo feel free to [open an issue on github](https://github.com/ProjectPythia/projectpythia.github.io/issues) or contact any member of the [Project Pythia core team](people) directly. +For questions or anything else you would like to share with the [Project Pythia Team](people.md), please reach out to us on our [GitHub Discussions page](https://github.com/ProjectPythia/projectpythia.github.io/discussions). + ## Instructions for building the portal site The portal site is built with [Sphinx](https://www.sphinx-doc.org/).