Giter Club home page Giter Club logo

Comments (7)

gelilaa avatar gelilaa commented on August 22, 2024

@Darin-Hamouda could you move your check-in to a comment in this issue? The issue will be easier to understand if you have only your study plan in the main description and your check-ins + our discussions in the comments.

Let us know what you have covered in your study plan from the list of suggested-study

for reference check out this issue

from home.

Darin-Hamouda avatar Darin-Hamouda commented on August 22, 2024

Thank you πŸ‘

my fork of the exercises repo

Check-In

I Need Help With:

What went well?

  • making branches, PRs, requesting for a review.

What went less well?

at first, everything seemed fuzzy, I did not know where to start or what we have to do.
after that, a few things went OK, but I'm still confused in :

  • Command line , I have no idea how to do it.
  • Fixing the code by Code Quality Checks (what is "linting checks pass" means?)

Lessons Learned

I have to immediately ask for help πŸ‘

---- END CHECK-IN TEMPLATE ----

-->

from home.

colevandersWands avatar colevandersWands commented on August 22, 2024

I have to immediately ask for help πŸ‘

: ) πŸŽ“

from home.

colevandersWands avatar colevandersWands commented on August 22, 2024

Command line , I have no idea how to do it.

This is going to take a while before you're comfortable with it. For now there's nothing wrong with using GitHub desktop so you can stay productive (as long as you're still practicing CLI a little each day).

If you haven't yet, try the CLI games in Suggested Study and your class repo's /chill-zone. These might help you get comfortable with the terminal without the risk of deleting something important in your computer

from home.

colevandersWands avatar colevandersWands commented on August 22, 2024

Fixing the code by Code Quality Checks (what is "linting checks pass" means?)

This wasn't well explained, a lot of your classmates are having trouble with this too. It's also something you'll be practicing a lot in the coming modules so no worries if you don't get it right away.

First isn't important to understand that these checks happen in two places:

  • locally on your computer: when you use npm run lint:md from terminal, it will read through all of the markdown files and check for mistakes in your code. It will log all the mistakes in the console then you need to find those lines in your editor and fix the mistakes. These error messages aren't easy to understand without practice so don't hesitate to ask us how to fix them if you're blocked. (but you figured out already to ask immediately : )
  • on github each time you open a pull request: this is that red x that blocks you from merging a pull request. GitHub uses the exact same script as you do locally, so if you've fixed all the linting errors before pushing your code should also pass the checks

That was a lot of words, let me know what can still be more clear.

PS. I made a mistake in the GitHub Action. you can update your group's repo with this script, that should help too. Don't worry about a PR - just copy the changes right to main

from home.

Darin-Hamouda avatar Darin-Hamouda commented on August 22, 2024

@colevandersWands thank you soooo much

from home.

sammou00 avatar sammou00 commented on August 22, 2024

to make a checklist in GitHub

  • task1
  • task2
    and you can check and uncheck by clicking on them

from home.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.