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

add prs welcome badge #6333

Merged
merged 1 commit into from
Mar 24, 2016
Merged

Conversation

kentcdodds
Copy link

As referenced in #6332, this adds the PRs | Welcome badge to the README which links to a free beginner friendly resource teaching how to get started contributing to open source.

Here's before:

screen shot 2016-03-24 at 1 26 41 pm

Here's after:

screen shot 2016-03-24 at 1 26 33 pm

Happy to make any changes. Just want to get the conversation going.

@@ -1,4 +1,4 @@
# [React](https://facebook.github.io/react/) [![Build Status](https://img.shields.io/travis/facebook/react/master.svg?style=flat)](https://travis-ci.org/facebook/react) [![Coverage Status](https://img.shields.io/coveralls/facebook/react/master.svg?style=flat)](https://coveralls.io/github/facebook/react?branch=master) [![npm version](https://img.shields.io/npm/v/react.svg?style=flat)](https://www.npmjs.com/package/react)
# [React](https://facebook.github.io/react/) [![Build Status](https://img.shields.io/travis/facebook/react/master.svg?style=flat)](https://travis-ci.org/facebook/react) [![Coverage Status](https://img.shields.io/coveralls/facebook/react/master.svg?style=flat)](https://coveralls.io/github/facebook/react?branch=master) [![npm version](https://img.shields.io/npm/v/react.svg?style=flat)](https://www.npmjs.com/package/react) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As mentioned in the other PR, I don't feel quite comfortable with that link / lesson plan, for reasons mentioned here: #6332 (comment)

The badge its self (unlinked) could be ok. Or we could link it to a gist that describes the React-specific notes about how we manage pull requests.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd be cool with the badge linking to react-specific notes. I'm mostly motivated by a desire to make it easier for beginners to contribute to React.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd be fine with this if we link it to https://github.com/facebook/react/blob/master/CONTRIBUTING.md for now. We can find a different/better destination later.

@kentcdodds
Copy link
Author

It now links to the Pull Requests section of the CONTRIBUTING.md

@facebook-github-bot
Copy link

@kentcdodds updated the pull request.

@@ -1,4 +1,4 @@
# [React](https://facebook.github.io/react/) [![Build Status](https://img.shields.io/travis/facebook/react/master.svg?style=flat)](https://travis-ci.org/facebook/react) [![Coverage Status](https://img.shields.io/coveralls/facebook/react/master.svg?style=flat)](https://coveralls.io/github/facebook/react?branch=master) [![npm version](https://img.shields.io/npm/v/react.svg?style=flat)](https://www.npmjs.com/package/react)
# [React](https://facebook.github.io/react/) [![Build Status](https://img.shields.io/travis/facebook/react/master.svg?style=flat)](https://travis-ci.org/facebook/react) [![Coverage Status](https://img.shields.io/coveralls/facebook/react/master.svg?style=flat)](https://coveralls.io/github/facebook/react?branch=master) [![npm version](https://img.shields.io/npm/v/react.svg?style=flat)](https://www.npmjs.com/package/react) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md#pull-requests)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be the full path to the page: https://github.com/facebook/react/blob/master/CONTRIBUTING.md#pull-requests

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

¯\_(ツ)_/¯ works fine either way. Test it here. Nice thing about this is that it'll work in forks as well. But let me know if you want me to change it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fine. The reason it broke in a changelog is because it was copied to the docs.

@zpao
Copy link
Member

zpao commented Mar 24, 2016

Thanks @kentcdodds!

@kentcdodds kentcdodds deleted the pr/beginner-friendly-badge branch March 24, 2016 22:05
@kentcdodds
Copy link
Author

Fantastic!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants