feat: migrate exercise to issue-based flow#85
feat: migrate exercise to issue-based flow#85chriswblake wants to merge 14 commits intoskills:mainfrom
Conversation
README.md
Outdated
| Simply copy the exercise to your account, then give your favorite Octocat (Mona) **about 20 seconds** to prepare the first lesson, then **refresh the page**. | ||
|
|
||
| --- | ||
| [](https://github.com/new?template_owner=chriswblake&template_name=review-pull-requests&owner=%40me&name=skills-review-pull-requests&description=Exercise%3A+Review+pull+requests&visibility=public) |
There was a problem hiding this comment.
Reminder to update the owner in the url before merging.
|
Hello, will these changes be completed soon? I would like to work on the exercise using the new workflow via actions. |
|
@NicoleDev021, unfortunately there are some internal business decisions preventing us from officially publishing these updates right now. It will probably be a few weeks before that happens. For now, you are welcome to take the exercise from the source version (skills-dev). We consider this update done so nothing should change before launch. |
|
ok, thank you very much. I'm trying to get more into contributing to open source, and your repos have been an easy way in! You guys are very responsive :) |
|
@chriswblake Hello, I noticed some spelling errors while I was going through it and took the opportunity to make a pull request on the dev branch :) |
|
looks really good! |
|
Migration is on pause until further notice. You are welcome to take the |
This pull request includes extensive updates to improve the structure, clarity, and functionality of a GitHub course on reviewing pull requests. The changes involve rewriting step instructions for better user experience, introducing new workflows, and removing deprecated files. Below is a summary of the most important changes:
Improvements to step instructions:
.github/steps/1-open-a-pull-request.md: Enhanced explanation of pull request tabs and added tips for creating draft pull requests. Updated activity instructions for clarity..github/steps/2-assign-yourself.md: Replaced the pull request review explanation with a detailed description of assignees and updated activity instructions for assigning oneself..github/steps/3-leave-a-review.md: Expanded the explanation of pull request reviews, added review options, and clarified activity instructions for leaving a review..github/steps/4-suggest-changes.md: Added a detailed explanation of the "Add a suggestion" feature and updated activity instructions for suggesting and applying changes.Workflow updates:
.github/workflows/0-start-exercise.yml: Introduced a new workflow to automate the creation of a branch and pull request for learners, replacing the previous manual setup process.Removal of deprecated files:
.github/steps/-step.txt,.github/steps/0-welcome.md,.github/steps/5-apply-changes.md,.github/steps/6-merge-your-pull-request.md,.github/steps/X-finish.md: Removed outdated files and consolidated content into revised steps. [1] [2] [3] [4] [5].github/workflows/0-welcome.yml: Removed the old workflow in favor of the newly introduced0-start-exercise.yml.These changes aim to streamline the learning experience, improve clarity, and automate repetitive tasks for learners.