Skip to content

Latest commit

 

History

History
81 lines (53 loc) · 3.5 KB

File metadata and controls

81 lines (53 loc) · 3.5 KB

Thank you for taking time to contribute. We really appreciate your help.

Contribution Guidelines

Awesome lists are a curation, not a collection. We want to make it easier for students to find additional learning resources in the context of this scholarship. Quality matters and not quantity.This is why we can't accept every submission. However, we're always open for feedback to ensure a certain level of awesomeness 😉

but what is awesome ?

Awesome = Community

Here are some things what we consider as an awesome resource:

  • highly recommended by other contributors or fellow students
  • hard to find for various reasons
  • helpful if you struggle with a concept by a different way of teaching
  • you wish you had known this resource when you started taking this course

Since the selection process is community-driven, you'll get GitHub reactions from others for your submission. This gives you a way to find out if you're on the right track.

Contributing

Please submit a pull request or create an issue to add something to the list.

Submissions via pull requests are highly recommended. It may be daunting if you're new to Git and/or Github. However the use of this tools is an important skill for any developer. Need help getting started ? Click here

Quality Standards for Issues and PRs

  • Make sure it hasn't already been submitted or declined
  • Submission must be in English
  • Check for proper spelling and grammar
  • Briefly write a description and why it should be added to the list

How to create an Issue

  • Proceed to the "Issues" tab in the top menu
  • Use the comment field for your submission
  • Apply the label Submission to issue

How to submit a Pull Request

  1. Create a personal fork of the project on Github via the button on the top right.

  2. Clone the fork on your local machine via the terminal command:

git clone  https://github.com/[your_username]/awesome-google-mobile-web-challenge-links-2017
  1. Edit your changes locally.

  2. Push your branch to your fork on Github. First add all modified files:

git add .
  1. Then update it:
git push master
  1. Back to GitHub.com: From your fork open a pull request.

A Final Note

If your submission was a success, feel free to add your name in alphabetical order to the contributer's list


Getting started with Git and Github

Further Reading