From e0e5b0680bd6d0d3068f15cb88e6d5092271afb7 Mon Sep 17 00:00:00 2001 From: m-rivera Date: Fri, 12 Jul 2024 11:56:17 +0100 Subject: [PATCH 1/2] Reword contributing.md --- educational-resources/contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/educational-resources/contributing.md b/educational-resources/contributing.md index bfce65d..4a5202a 100644 --- a/educational-resources/contributing.md +++ b/educational-resources/contributing.md @@ -1,7 +1,7 @@ # Contributing a Resource Thanks for your interest in contributing an educational resource! -This short, is that there are two approaches to do this: linking to an existing open resource or adding your resource directly to the Python in Chemistry repositories. +There are two approaches to do this: linking to an existing open resource or adding your resource directly to the Python in Chemistry repositories. Either way, it is vital that the following conditions are met: - Your resource must be shared with an open licence (i.e., [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)) - You must identify all of the contributors to the resource (this is most easily done by making the resource a Git repository) @@ -10,7 +10,7 @@ With these conditions met, please see below for approach-specific guidence. ## Linking to an Existing Resource -If you want to link an existing resource, please [edit the linked-resources file](https://github.com/pythoninchemistry/pythoninchemistry.github.io/blob/master/educational-resources/linked-resources.md) on Github (click the pen icon to edit), add your resource to the list and therefore open a pull request on the repository. +If you want to link an existing resource, please [edit the linked-resources file](https://github.com/pythoninchemistry/pythoninchemistry.github.io/blob/master/educational-resources/linked-resources.md) on Github (click the pen icon to edit), add your resource to the list and open a pull request on the repository. We will try to address your pull request as soon as possible. Please follow the format of the other resources in the list, i.e., including a name for the resource, and the host organisation. From 9a2f22f427096a8fcc8226c96cdfe9560938e0be Mon Sep 17 00:00:00 2001 From: m-rivera Date: Fri, 12 Jul 2024 11:58:08 +0100 Subject: [PATCH 2/2] Update contributing.md --- educational-resources/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/educational-resources/contributing.md b/educational-resources/contributing.md index 4a5202a..232323d 100644 --- a/educational-resources/contributing.md +++ b/educational-resources/contributing.md @@ -10,7 +10,7 @@ With these conditions met, please see below for approach-specific guidence. ## Linking to an Existing Resource -If you want to link an existing resource, please [edit the linked-resources file](https://github.com/pythoninchemistry/pythoninchemistry.github.io/blob/master/educational-resources/linked-resources.md) on Github (click the pen icon to edit), add your resource to the list and open a pull request on the repository. +If you want to link an existing resource, please [edit the linked-resources file](https://github.com/pythoninchemistry/pythoninchemistry.github.io/blob/master/educational-resources/linked-resources.md) on Github (click the pen icon to edit), add your resource to the list, commit your changes, and open a pull request on the repository. We will try to address your pull request as soon as possible. Please follow the format of the other resources in the list, i.e., including a name for the resource, and the host organisation.