open-learning-exchange.github.io icon indicating copy to clipboard operation
open-learning-exchange.github.io copied to clipboard

Possible Step 3 Markdown improvement

Open lithafnium opened this issue 6 years ago • 8 comments
trafficstars

Problem

Suggestion:

On step 3, the paragraph that says:

...you will be on your repository < YourUserName >/open-learning-exchange.github.io

and

...rename your repository to < YourUserName >.github.io. See example below.

might be confusing to some people who are new to github as they might not see the <> as place holders.

Steps to reproduce the problem

N/A

Screenshots

N/A

Proposed solution

Change to:

your_user_name/open-learning-exchange.github.io

and

your_user_name.github.io

lithafnium avatar Jun 20 '19 16:06 lithafnium

Maybe adding italics to the < > is also an alternative? But I think that will also go against the placeholder format throughout the First steps.

iawale avatar Jun 20 '19 22:06 iawale

I made a similar suggestion on issue #2453 , but I agree with ChiragAwale, they are already used throughout First Steps, so it might be better to just create a note reminding the reader to not include the angled brackets.

irisb1701 avatar Jun 22 '19 01:06 irisb1701

I agree with you that the <>may be confusing to new git users. I agree with irisb1701 that just create a note reminding <> should not be included.

hkcyf369 avatar Jun 26 '19 07:06 hkcyf369

Because I was also initially very confused with this, I think just providing an example link would be the easiest approach.

hemu-codes avatar Jul 03 '19 07:07 hemu-codes

I don't thin removing <> are required, this is general practice in programming to denote dynamic replaceable values. But yes you can change it to code block and also you can put note on starting somewhere saying if you see <> then that needs to be replaced by your equivalent value for that placeholder.

lmmrssa avatar Jul 04 '19 06:07 lmmrssa

Since it is common to use angled brackets as place holders, so I agree with @lmmrssa that there's no need to remove it. And in #2453 it shows that on Step 6 - GitHub Issues Tutorial there's notes mentioned that, but Markdown part is before Step 6. And actually, the angled brackets appear somewhere else, so maybe add a small note on the beginning of first steps will be a better solution to resolve all these similar problems.

lillyxxx avatar Jul 16 '19 02:07 lillyxxx

I don't think removing angled brackets are necessary. I don't have any problem with <> personally. As programmers, we all know that <> is just an indicator that we have to replace it with something else.

But adding a note would be helpful for some people who are new to programming.

pattanawadee88 avatar Aug 29 '19 01:08 pattanawadee88

I also think that removing <> is necessary. Maybe adding clarification the very first time it shows up would work, but as a programmer, I think that this format makes a lot of sense.

ewhang5 avatar May 22 '24 15:05 ewhang5