From 7bc71a1314e9038b6877f9fac6ddc83823ddd661 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Thu, 21 Apr 2022 16:00:27 -0400 Subject: [PATCH] moving files to etc folder --- README.md | 11 ++++---- SUPPORT.md | 25 ------------------ CODE_OF_CONDUCT.md => etc/CODE_OF_CONDUCT.md | 0 CONTRIBUTING.md => etc/CONTRIBUTING.md | 0 etc/SUPPORT.md | 13 +++++++++ TRANSLATIONS.md => etc/TRANSLATIONS.md | 0 for-teachers.md => etc/for-teachers.md | 0 .../ai-for-beginners.png | Bin 8 files changed, 18 insertions(+), 31 deletions(-) delete mode 100644 SUPPORT.md rename CODE_OF_CONDUCT.md => etc/CODE_OF_CONDUCT.md (100%) rename CONTRIBUTING.md => etc/CONTRIBUTING.md (100%) create mode 100644 etc/SUPPORT.md rename TRANSLATIONS.md => etc/TRANSLATIONS.md (100%) rename for-teachers.md => etc/for-teachers.md (100%) rename ai-for-beginners.png => sketchnotes/ai-for-beginners.png (100%) diff --git a/README.md b/README.md index 7316ba6e..5ca6bce2 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ However, if you would like to take the course as a self-study project, we sugges > For further study, we recommend following these [Microsoft Learn](https://docs.microsoft.com/users/jenlooper-2911/collections/k7o7tg1gp306q4?WT.mc_id=academic-15963-cxa) modules and learning paths. -**Teachers**, we have [included some suggestions](for-teachers.md) on how to use this curriculum. +**Teachers**, we have [included some suggestions](etc/for-teachers.md) on how to use this curriculum. --- @@ -125,10 +125,9 @@ However, if you would like to take the course as a self-study project, we sugges **🙏 Special thanks 🙏 to our Microsoft Student Ambassador authors, reviewers and content contributors**, notably TBD - ## Meet the Team -[![Promo video](ai-for-beginners.png)](https://youtu.be/Tj1XWrDSYJU "Promo video") +[![Promo video](sketchnotes/ai-for-beginners.png)](https://youtu.be/Tj1XWrDSYJU "Promo video") > 🎥 Click the image above for a video about the project and the folks who created it! @@ -140,9 +139,9 @@ We have chosen two pedagogical tenets while building this curriculum: ensuring t By ensuring that the content aligns with projects, the process is made more engaging for students and retention of concepts will be augmented. In addition, a low-stakes quiz before a class sets the intention of the student towards learning a topic, while a second quiz after class ensures further retention. This curriculum was designed to be flexible and fun and can be taken in whole or in part. The projects start small and become increasingly complex by the end of the 12 week cycle. -> Find our [Code of Conduct](CODE_OF_CONDUCT.md), [Contributing](CONTRIBUTING.md), and [Translation](TRANSLATIONS.md) guidelines. We welcome your constructive feedback! +> Find our [Code of Conduct](etc/CODE_OF_CONDUCT.md), [Contributing](etc/CONTRIBUTING.md), and [Translation](etc/TRANSLATIONS.md) guidelines. Find our [Support Documentation here[(etc/SUPPORT.md). We welcome your constructive feedback! -> **A note about quizzes**: All quizzes are contained [in this app](https://black-ground-0cc93280f.1.azurestaticapps.net/), for 50 total quizzes of three questions each. They are linked from within the lessons but the quiz app can be run locally; follow the instruction in the `/etc/quiz-app` folder. +> **A note about quizzes**: All quizzes are contained [in this app](https://black-ground-0cc93280f.1.azurestaticapps.net/), for 50 total quizzes of three questions each. They are linked from within the lessons but the quiz app can be run locally; follow the instruction in the `etc/quiz-app` folder. ## Offline access @@ -150,7 +149,7 @@ You can run this documentation offline by using [Docsify](https://docsify.js.org ## Help Wanted! -Would you like to contribute a translation? Please read our [translation guidelines](TRANSLATIONS.md). +Would you like to contribute a translation? Please read our [translation guidelines](etc/TRANSLATIONS.md). ## Other Curricula diff --git a/SUPPORT.md b/SUPPORT.md deleted file mode 100644 index dc72f0e5..00000000 --- a/SUPPORT.md +++ /dev/null @@ -1,25 +0,0 @@ -# TODO: The maintainer of this repo has not yet edited this file - -**REPO OWNER**: Do you want Customer Service & Support (CSS) support for this product/project? - -- **No CSS support:** Fill out this template with information about how to file issues and get help. -- **Yes CSS support:** Fill out an intake form at [aka.ms/spot](https://aka.ms/spot). CSS will work with/help you to determine next steps. More details also available at [aka.ms/onboardsupport](https://aka.ms/onboardsupport). -- **Not sure?** Fill out a SPOT intake as though the answer were "Yes". CSS will help you decide. - -*Then remove this first heading from this SUPPORT.MD file before publishing your repo.* - -# Support - -## How to file issues and get help - -This project uses GitHub Issues to track bugs and feature requests. Please search the existing -issues before filing new issues to avoid duplicates. For new issues, file your bug or -feature request as a new Issue. - -For help and questions about using this project, please **REPO MAINTAINER: INSERT INSTRUCTIONS HERE -FOR HOW TO ENGAGE REPO OWNERS OR COMMUNITY FOR HELP. COULD BE A STACK OVERFLOW TAG OR OTHER -CHANNEL. WHERE WILL YOU HELP PEOPLE?**. - -## Microsoft Support Policy - -Support for this **PROJECT or PRODUCT** is limited to the resources listed above. diff --git a/CODE_OF_CONDUCT.md b/etc/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to etc/CODE_OF_CONDUCT.md diff --git a/CONTRIBUTING.md b/etc/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to etc/CONTRIBUTING.md diff --git a/etc/SUPPORT.md b/etc/SUPPORT.md new file mode 100644 index 00000000..bd4ba89d --- /dev/null +++ b/etc/SUPPORT.md @@ -0,0 +1,13 @@ +# Support + +## How to file issues and get help + +This project uses GitHub Issues to track bugs and feature requests. Please search the existing +issues before filing new issues to avoid duplicates. For new issues, file your bug or +feature request as a new Issue. + +For help and questions about using this project, please use the Discussion Boards. + +## Microsoft Support Policy + +Support for this project is limited to the resources listed above. diff --git a/TRANSLATIONS.md b/etc/TRANSLATIONS.md similarity index 100% rename from TRANSLATIONS.md rename to etc/TRANSLATIONS.md diff --git a/for-teachers.md b/etc/for-teachers.md similarity index 100% rename from for-teachers.md rename to etc/for-teachers.md diff --git a/ai-for-beginners.png b/sketchnotes/ai-for-beginners.png similarity index 100% rename from ai-for-beginners.png rename to sketchnotes/ai-for-beginners.png