From 2dc4426a1e654d03b5365a55912bcb25c1f6cb6b Mon Sep 17 00:00:00 2001 From: Travis Thurber Date: Mon, 3 Jun 2024 12:52:20 -0700 Subject: [PATCH 1/2] fix issue template link --- docs/source/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst index c89f0e9..917dda6 100644 --- a/docs/source/contributing.rst +++ b/docs/source/contributing.rst @@ -2,7 +2,7 @@ Contribution Guide ****************** -Our eBook is a living product that we hope continues to grow over time to stay relevant with methodological and technological advancements in the field of uncertainty quantificaiton and MultiSector Dynamics at large. We extend an invitation to you the reader to contribute to one of our interactive Jupyter notebook tutorials. If you feel you have a contribution that would be relevant and generalizable to the MSD community, please submit a proposal idea `here `_. Your proposal will be reviewing by our team and feedback and/or a decision will be provided shortly. Any contribution accepted will receive it's own DOI and citation so that you may provide an independent reference to your work as you see fit. +Our eBook is a living product that we hope continues to grow over time to stay relevant with methodological and technological advancements in the field of uncertainty quantificaiton and MultiSector Dynamics at large. We extend an invitation to you the reader to contribute to one of our interactive Jupyter notebook tutorials. If you feel you have a contribution that would be relevant and generalizable to the MSD community, please submit a proposal idea `here `_. Your proposal will be reviewing by our team and feedback and/or a decision will be provided shortly. Any contribution accepted will receive it's own DOI and citation so that you may provide an independent reference to your work as you see fit. Please consider the following requirements for contribution: @@ -13,6 +13,6 @@ Please consider the following requirements for contribution: - All contributions and communication thereof must abide by our `code of conduct `_. -If you feel your work meets the criteria above, please submit a proposal issue `here `_. If your proposal is approved, please submit your draft notebook for review as an attachment using our submission `template `_. We will then review your submission and provide feedback. Once your contribution has been deemed ready to deploy, we will generate a DOI for your work, launch it to our MSD-LIVE set of interactive notebooks, and feature the contribution in the index of our eBook. +If you feel your work meets the criteria above, please submit a proposal issue `here `_. If your proposal is approved, please submit your draft notebook for review as an attachment using our submission `template `_. We will then review your submission and provide feedback. Once your contribution has been deemed ready to deploy, we will generate a DOI for your work, launch it to our MSD-LIVE set of interactive notebooks, and feature the contribution in the index of our eBook. Please feel free to reach out with any further questions. From 418fc3261088b225be2e1f5544c247f1cb3b8fc0 Mon Sep 17 00:00:00 2001 From: Travis Thurber Date: Mon, 3 Jun 2024 13:00:02 -0700 Subject: [PATCH 2/2] fix link --- .github/ISSUE_TEMPLATE/contribution_proposal.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/contribution_proposal.yml b/.github/ISSUE_TEMPLATE/contribution_proposal.yml index dc6691e..7e78d7a 100644 --- a/.github/ISSUE_TEMPLATE/contribution_proposal.yml +++ b/.github/ISSUE_TEMPLATE/contribution_proposal.yml @@ -8,7 +8,7 @@ body: attributes: value: | ## Please fill out the form completly - See our `contribution documentation `_ for additional information. + See our [contribution documentation](https://uc-ebook.org/docs/html/contributing.html) for additional information. **NOTE**: We require that all contributions including any code, data, or other content provided with them be fully open source. - type: textarea @@ -70,4 +70,4 @@ body: label: Additional Information description: Please provide any additional information you want to share. validations: - required: true \ No newline at end of file + required: true