redhat-developer / vscode-java

Java Language Support for Visual Studio Code
Eclipse Public License 2.0
2.08k stars 442 forks source link

small spelling mistake in general issue form :) #1519

Open lorenzznerol opened 4 years ago

lorenzznerol commented 4 years ago

The last point of the general issue form

Additional Informations

should be called

Additional Information

Plural of information is information, see https://jakubmarian.com/information-is-vs-informations-are-is-information-plural-or-singular-in-english/

testforstephen commented 4 years ago

Would you mind opening a pull request for this? thanks.

lorenzznerol commented 4 years ago

Well I tried it and now I mind it a little bit :). git push origin ISSUE_TEMPLATE_smallSpellingMistake gives me

remote: Permission to redhat-developer/vscode-java.git denied to lorenzznerol. fatal: unable to access 'https://github.com/redhat-developer/vscode-java.git/': The requested URL returned error: 403

I followed the steps of https://www.wikihow.com/Create-a-Pull-Request-on-Github and https://yangsu.github.io/pull-request-tutorial/.

Either I have missed a detail, or I simply do not have the rights to push to my branch ISSUE_TEMPLATE_smallSpellingMistake? I also received a mail about the token for gists and repos on the main repo which did not help getting the authorization to push to my branch.

testforstephen commented 4 years ago

Here is the guide line about how to contribute a pull request to an open source repo in github. https://github.com/firstcontributions/first-contributions#fork-this-repository

Basically, you need fork the repo first and push your changes to your forked repo, then send a PR to the upstream repo.

lorenzznerol commented 4 years ago

Thank you for the helpful link, it was not clear to me that I need to fork at first. The big project is done now. :)))))