Skip to content

Commit 4cbffef

Browse files
committed
Remove contributor guide section from the project readme
1 parent f4b0fc2 commit 4cbffef

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,3 @@ You can find the documentation for the **latest release version** on the [PowerT
3434
For bug reports, questions, feature requests, or other suggestions the best way to contact me is to [create an issue][newissue] on GitHub.
3535

3636
[newissue]: https://github.com/stevenbenner/jquery-powertip/issues/new
37-
38-
## Contributor guide
39-
40-
Make PowerTip better! Join the [league of awesome][contributors] today by submitting a patch! The best way to submit patches is to [fork this project][fork] on GitHub and submit a pull request. But if you are unwilling or unable to use GitHub I will accept patches in any way you can get them to me (JSFiddle, pastebin, text file, whatever).
41-
42-
[contributors]: https://github.com/stevenbenner/jquery-powertip/graphs/contributors
43-
[fork]: https://github.com/stevenbenner/jquery-powertip/fork
44-
45-
### Style guide
46-
47-
These are general guidelines, not rules. I won't refuse a pull request just because it isn't the style that I use.
48-
49-
* Style guide: In general, follow the [Google JavaScript Style Guide][styleguide].
50-
* Line wrap: Soft-wrap at 80 characters (go further if wrapping makes code less readable).
51-
* Indentation: Use tabs for indentation.
52-
* JSDoc comments: Use [closure compiler annotations][jsdoc].
53-
* Method chaining: Avoid long chained method statements, two or three max.
54-
55-
[styleguide]: https://google.github.io/styleguide/javascriptguide.xml
56-
[jsdoc]: https://github.com/google/closure-compiler/wiki/Annotating-JavaScript-for-the-Closure-Compiler

0 commit comments

Comments
 (0)