Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4b8f7fa

Browse filesBrowse files
authored
Remove links
1 parent e8184ec commit 4b8f7fa
Copy full SHA for 4b8f7fa

File tree

1 file changed

+6
-11
lines changed
Filter options

1 file changed

+6
-11
lines changed

‎CONTRIBUTING.md

Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-11Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,24 @@
11
## Contributing
22

3-
[fork]: https://github.com/github/REPO/fork
4-
[pr]: https://github.com/github/REPO/compare
5-
[style]: https://github.com/styleguide/ruby
6-
[code-of-conduct]: CODE_OF_CONDUCT.md
7-
83
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
94

10-
Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE.md).
5+
Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the project's open source license.
116

12-
Please note that this project is released with a [Contributor Code of Conduct][code-of-conduct]. By participating in this project you agree to abide by its terms.
7+
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
138

149
## Submitting a pull request
1510

16-
0. [Fork][fork] and clone the repository
11+
0. Fork and clone the repository
1712
0. Configure and install the dependencies: `script/bootstrap`
18-
0. Make sure the tests pass on your machine: `rake`
13+
0. Make sure the tests pass on your machine: `script/cibuild`
1914
0. Create a new branch: `git checkout -b my-branch-name`
2015
0. Make your change, add tests, and make sure the tests still pass
21-
0. Push to your fork and [submit a pull request][pr]
16+
0. Push to your fork and submit a pull request
2217
0. Pat your self on the back and wait for your pull request to be reviewed and merged.
2318

2419
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
2520

26-
- Follow the [style guide][style].
21+
- Follow standards for style and code quality
2722
- Write tests.
2823
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
2924
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.