Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken "View On GitHub" link #3

Closed
aaronmaynard opened this issue Jan 3, 2018 · 1 comment
Closed

Fix broken "View On GitHub" link #3

aaronmaynard opened this issue Jan 3, 2018 · 1 comment

Comments

@aaronmaynard
Copy link
Owner

first-timers-only

This issue is tagged :octocat: first-timers-only. It is only for people who have never contributed to open source before and are looking for an easy way take their first steps.

Consider this as your chance to dip your toe into the world of open-source and get some bragging rights for writing code that makes drones fly, cars find charging stations, helps people and goods move from place to place and more...

Thank you for your help ❤️

Your task is to fix the "View On GitHub" button on the webpage, which you can view HERE.

<button><a href="https://github.com/aaronmaynard/Skyrim-Perk-Utility">View On GitHub</a></button>

Right now the button does not work, because it is not formatted properly. You will need to change the code that takes the viewer to the GitHub page. It should look like this when your done:

<input type=button onClick="location.href='https://github.com/aaronmaynard/Skyrim-Perk-Utility'" value='View On GitHub'>   

Contributing:

  • Comment in this issue that you would like to do it.
  • Open the Skyrim-Perk-Utility GitHub page and click the ★ Star and then ⑂ Fork buttons.
  • Once you've made sure all your changes work correctly and committed all your changes,
  • Visit your fork on GitHub.com (https://github.com/YOUR-USER-NAME/Skyrim-Perk-Utility) and create a pull request for your changes.
  • Make sure your pull request describes exactly what you changed and references this issue (include the issue number in the title like this: Fix broken "View On GitHub" link #3)
  • Please do not fix more than one issue at a time. Your pull request should only fix what is described in this issue.

Asking for help

We appreciate your effort in taking the time to work on this issue and help out the open source community.
If you need any help, feel free to ask below. We are always happy to help 😄

@ghost
Copy link

ghost commented Jan 3, 2018

I take this issue

aaronmaynard added a commit that referenced this issue Jan 3, 2018
#3 Fix the "View on github" button
@aaronmaynard aaronmaynard added this to Done in General Fixes Jan 10, 2018
@aaronmaynard aaronmaynard removed this from Done in General Fixes Jan 10, 2018
@aaronmaynard aaronmaynard added this to Done in General Fixes Jan 10, 2018
@aaronmaynard aaronmaynard removed this from Done in General Fixes Jan 10, 2018
@aaronmaynard aaronmaynard added this to Done in User Interface Jan 10, 2018
@aaronmaynard aaronmaynard moved this from Completed to Merged in User Interface Jan 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
User Interface
Merged to Server
Development

No branches or pull requests

1 participant