From 06c07a38711071b9cfa3cc9452c8dcafde30047d Mon Sep 17 00:00:00 2001 From: avahoffman Date: Thu, 31 Aug 2023 10:16:13 -0400 Subject: [PATCH 1/2] Make feedback instructions match the new unified form --- .github/automatic-issues/add-feedback-method.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/automatic-issues/add-feedback-method.md b/.github/automatic-issues/add-feedback-method.md index 40d9a348..39ae3f9e 100644 --- a/.github/automatic-issues/add-feedback-method.md +++ b/.github/automatic-issues/add-feedback-method.md @@ -1,8 +1,10 @@ To help users report issues or areas of improvement for your course, you should provide a clear method of feedback for your users to route their concerns through. -A feedback method (Google Form) has already been provided for AnVIL and GDSCN courses. When users give you feedback they can enter the name of your course. You can make it easier for them by adding the course to form: +A feedback method (Google Form) has already been provided for AnVIL and GDSCN courses. Github actions automatically populates the Google Form with the `title` field from [`index.Rmd`](https://github.com/jhudsl/AnVIL_Template/blob/main/index.Rmd) using the [AnVIL Feedback Script](https://github.com/jhudsl/AnVIL_Template/blob/main/scripts/AnVIL_Feedback_Script.sh). -- [ ] Add your course name here: https://forms.gle/AK12iVXTjsB7yCUUA. +- [ ] The `title` field has been filled out in the header yaml of `index.Rmd`. -[See these instructions](https://github.com/jhudsl/OTTR_Template/wiki/Set-up-feedback-method) for more suggestions on how to add a feedback method for this course. \ No newline at end of file +*No further action is needed on your part*. However, if you would like to change the feedback method, you can do so by editing [this line of code](https://github.com/jhudsl/AnVIL_Template/blob/7c501e9804cf88a151832bb0a9bbc1eae9d23fdf/_output.yml#L19) in `_output.yml`. + +[See these instructions](https://docs.google.com/document/d/1uhGafEkbtJL3ar3TVHqRFypwTbXjudHa7h2mXu53CkA/edit?usp=sharing) for instructions on how to manually create a feedback link for AnVIL / GDSCN content. \ No newline at end of file From 3837c2789662f47661efd84d870ac1fcf6bd3b57 Mon Sep 17 00:00:00 2001 From: avahoffman Date: Thu, 31 Aug 2023 10:17:37 -0400 Subject: [PATCH 2/2] Language --- .github/automatic-issues/add-feedback-method.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/automatic-issues/add-feedback-method.md b/.github/automatic-issues/add-feedback-method.md index 39ae3f9e..035a15a4 100644 --- a/.github/automatic-issues/add-feedback-method.md +++ b/.github/automatic-issues/add-feedback-method.md @@ -7,4 +7,4 @@ A feedback method (Google Form) has already been provided for AnVIL and GDSCN co *No further action is needed on your part*. However, if you would like to change the feedback method, you can do so by editing [this line of code](https://github.com/jhudsl/AnVIL_Template/blob/7c501e9804cf88a151832bb0a9bbc1eae9d23fdf/_output.yml#L19) in `_output.yml`. -[See these instructions](https://docs.google.com/document/d/1uhGafEkbtJL3ar3TVHqRFypwTbXjudHa7h2mXu53CkA/edit?usp=sharing) for instructions on how to manually create a feedback link for AnVIL / GDSCN content. \ No newline at end of file +[See these instructions](https://docs.google.com/document/d/1uhGafEkbtJL3ar3TVHqRFypwTbXjudHa7h2mXu53CkA/edit?usp=sharing) for how to manually create a feedback link for AnVIL / GDSCN content or events. \ No newline at end of file