-
Notifications
You must be signed in to change notification settings - Fork 18
Please dont make contributors hunt for instructions #144
base: develop
Are you sure you want to change the base?
Please dont make contributors hunt for instructions #144
Conversation
|
FWIW to me .travis,yml is the first place to look at when trying to understand how to build & test a project, given that
What is the first place you look at? I'm interested as I should probably update some of my projects accordingly |
|
That's cool if you've heard of Travis and know think to look at the config file. 👍🏼 If they switch away from Travis to some other thing are you gonna know where that config file lives too? |
README.md
Outdated
| ## Contributing | ||
|
|
||
| PRs are welcomed! | ||
| Read [CONTRIBUTING.md][] for more tips on testing and contributing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about adding a link here, @philsturgeon?
Or is this equivalent with [CONTRIBUTING.md](CONTRIBUTING.md)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed! Thanks, I was using some random syntax that clearly isn't GFM
| ## Contributing | ||
|
|
||
| PRs are welcomed! | ||
| Read [CONTRIBUTING.md](CONTRIBUTING.md) for more tips on testing and contributing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
e9995f8 to
0cca354
Compare
A few forks were updating these links and causing conflicts, so lets just use local links :D
Nice easy tips for contributors getting started, who might not know where to look otherwise.