auxfuse / hackathon-git-labs

A community driven approach to teach all things Git and Github in a controlled and easy to follow environment.
https://auxfuse.github.io/hackathon-git-labs/
MIT License
34 stars 110 forks source link

Update basic.md and basic.html to take into account showcase feature #127

Open andrewdempsey2018 opened 2 years ago

andrewdempsey2018 commented 2 years ago

basic.md and basic.html need to be updated to incorporate the new 'showcase' feature. These files suggest the user add the following:

{
    "name": "your_name_or_alias",
    "course_start": "year_of_course_start",
    "course_stage": "student_alum_staff_mentor",
    "favorite_language": "favorite_language",
    "currently_learning": "latest_learning"
}

However, the text should include the showcase:

"showcase": true key/value pair

and should read more like:

{
    "name": "your_name_or_alias",
    "course_start": "year_of_course_start",
    "course_stage": "student_alum_staff_mentor",
    "favorite_language": "favorite_language",
    "currently_learning": "latest_learning",
    "showcase": true
}

The relevant screenshots should be updated also

MuzhdaN commented 2 years ago

Hello, If this issue is still open, can I work on it?

auxfuse commented 2 years ago

@MuzhdaN we actually might not need this Issue 😄 I'm working on something currently to sort this automatically 😉 Thanks for contributing to the project, and the overall conversation of it too. Why don't you create a custom creation following along to the intermediate.md guide?

MuzhdaN commented 2 years ago

@auxfuse thank you. Yes, I want to work on that as well. Somehow the first PR for basic.md should be accepted to be able to continue working with the intermediate.md guide.