feat: Refactor to issue-based flow #1593
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes a number of changes to the GitHub Skills exercise experience. The most important change involves restructuring the exercise steps to uses an issue-based flow instead of readme updating process.
Restructuring and Content Updates:
.github/steps/1-create-a-branch.md
: Improved formatting and clarity in instructions, added new images and updated existing ones to enhance visual guidance..github/steps/2-commit-a-file.md
: Revised instructions for committing changes, added new images, and provided detailed steps for better user understanding. [1] [2].github/steps/3-open-a-pull-request.md
: Enhanced steps for opening a pull request, included new images, and provided additional instructions for manual and automatic pull request creation..github/steps/4-merge-your-pull-request.md
: Updated merging instructions with new images and additional notes to help users understand the merging process better..github/steps/x-review.md
(renamed from.github/steps/X-finish.md
): Modified the review section to reflect the new exercise structure and updated links to resources. [1] [2]Workflow Automation:
.github/workflows/0-start-exercise.yml
: Added a new workflow to automate the initial step of the exercise, including environment setup and step content posting.