anitab-org / anitab-org.github.io

AnitaB.org Open Source website has information about our community, including our open source projects, participation in programs, events, and a few contribution guidelines.

Home Page:https://anitab-org.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add links to contribution section

brittanyjoiner15 opened this issue · comments

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Noticed on the main page when you discuss the contribution guidelines, there are no links (like to the repo, commit message guidelines, etc.) I think it could use a couple!
image

Describe the solution you'd like

A clear and concise description of what you want to happen.

Hyper link words like:

  • issues on Github (link to issue)
  • issues labeled first timer only (link to issues with that tag)

This seems appropriate :) I approve!

@isabelcosta feel free to add the first timers label to this, as it should be fairly straightforward for new contributors!

To add more detail to the above, it's simple putting a <a target='_blank' href='{url}'>{link text}</a> around the link text to hyperlink.

And... I believe the text and links should be:

If anyone needs any help feel free to ping me!

Awww thank you for providing this additional information @brittanyjoiner15 🙌🏾 Very kind of you! It will be super useful to a new contributor 🤞🏾
I will label it as first timer

Hello and Regards @isabelcosta, May I get assigned to work on this issue, this is my first time contributing to open source.

Assigning you @daxoron
Happy coding!

Thank You @vj-codes, have already started working on the issue.

Update : I Added the Hyperlink in Ways To Contribute Section, In Three Texts Namely : Issues on GitHub, First Timers, Commit Style Guide.

I Have Used HTMLReactParser, Since the Content Was Not in Normal HTML Format, content is present in the home.js file, where i added the hyperlinks and then used HTMLReactParser in index.js File.

@daxoron you could include in the description of your PR, the explanation why you used HTMLReactParser. It would make it very clear and a learning opportunity for PR reviewers 🤗

@isabelcosta Thanks For The Suggestions. Learnt A lot.
Adding The Explanation of need of HTMLReactParser in Description of PR💯.