From ec0c1f1b066f28ff0c57493618c821c1861fdeb9 Mon Sep 17 00:00:00 2001 From: Ayu Adiati Date: Thu, 28 Dec 2023 20:09:23 +0100 Subject: [PATCH 1/3] fix: link to maintainer intro course repo and cd to the repo --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62f2e17..b7f75d7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ You can always ask for help in the `🍕opensauced-contributors-chat` channel on ### Setup the Project Locally -1. [Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) the [intro repository](github.com/open-sauced/intro) to your own GitHub account. +1. [Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) the [maintainer-intro-course repository](https://github.com/open-sauced/maintainer-intro-course) to your own GitHub account. 2. [Clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) the forked repository to your local machine. ```bash @@ -33,7 +33,7 @@ You can always ask for help in the `🍕opensauced-contributors-chat` channel on 3. Navigate to and open the project in your code editor. ```bash - cd intro + cd maintainer-intro-course ``` 4. Run the project. From 73e8e17c61d987ad0a990333972c4dc3c9e14c99 Mon Sep 17 00:00:00 2001 From: Ayu Adiati Date: Thu, 28 Dec 2023 20:10:13 +0100 Subject: [PATCH 2/3] fix: capitalize code of conduct --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7f75d7..1c9481b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing to OpenSauced Intro -Contributions are always welcome, no matter how large or small. Before contributing, please read the [code of conduct](https://docs.opensauced.pizza/contributing/code-of-conduct/) and follow the directions in this guide. +Contributions are always welcome, no matter how large or small. Before contributing, please read the [Code of Conduct](https://docs.opensauced.pizza/contributing/code-of-conduct/) and follow the directions in this guide. ## Recommended Communication Style From 00369c69e1ef182d4043b018039f1206435853ca Mon Sep 17 00:00:00 2001 From: Ayu Adiati Date: Thu, 28 Dec 2023 20:55:32 +0100 Subject: [PATCH 3/3] fix: update translating section in Contributing guidelines to reflect Maintainer Intro course --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c9481b..e6c6a2c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -286,6 +286,6 @@ git pull - Use code blocks to highlight code snippets or configuration examples. - Check out the official [Markdown Guide](https://www.markdownguide.org/basic-syntax/) website for more information about using Markdown. -## Translating the Intro to Open Source Course +## Translating the Maintainer Intro Course -Translating our Intro to Open Source course helps make it more accessible to a broader audience. If you're interested in translating this course, please read our [🌐 i18n Guidelines](/i18n-guidelines.md) page. +Translating our Maintainer Intro course helps make it more accessible to a broader audience. If you're interested in translating this course, please read our [🌐 i18n Guidelines](/i18n-guidelines.md) page.