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

Update contributors guide #2221

Merged
merged 3 commits into from
Apr 9, 2018
Merged

Conversation

AlejandroME
Copy link
Contributor

This is the first draft of the suggestions proposed by @kailuowang in #2139.

I have to say that I'm not entirely sure of the Write Code section, because I'm not totally familiar with some concepts mentioned in the related issues. So, if there are some mistakes, please help me identify them for fixing.

Thanks!

This is the first draft of the updates suggested in typelevel#2139
CONTRIBUTING.md Outdated
> +2.11.12
> compile
```
If you see errors in the compilation process related to the Scala version, you can execute the command `mimaReportBinaryIssues` to see what happened.
Copy link
Contributor

Choose a reason for hiding this comment

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

binary breaking changes won't necessarily cause compilation errors. So, instead of compile run mimaReportBinaryIssues should report the binary breaking issues.

@codecov-io
Copy link

codecov-io commented Apr 6, 2018

Codecov Report

Merging #2221 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2221   +/-   ##
=======================================
  Coverage   95.05%   95.05%           
=======================================
  Files         333      333           
  Lines        5789     5789           
  Branches      211      211           
=======================================
  Hits         5503     5503           
  Misses        286      286

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2ae785f...1f1e782. Read the comment docs.

CONTRIBUTING.md Outdated
@@ -115,15 +123,26 @@ builds:

### Write code

TODO
Here are some suggestions for you while implementing your feature...
Copy link
Contributor

Choose a reason for hiding this comment

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

Type class is well documented in the typeclass.md, I'd say for now just remove the content of this section and provide a link to the https://typelevel.org/cats/guidelines.html
e.g.

[See guidelines](/cats/guidelines.html)

repository you will push to. Ensure that this variable points to a
repo you wish to push to, and that it is one for which you have push
access, then run `sbt ghpagesPushSite`

### Write examples
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess we can write here:
One of the best ways to provide examples is doctest, here is an example of doctest examples in cats.

@kailuowang
Copy link
Contributor

Thanks so much! I left some minor comments.

@AlejandroME
Copy link
Contributor Author

Thank you @kailuowang! I'll address your observations this weekend.

@AlejandroME
Copy link
Contributor Author

@kailuowang I've fixed the sections based on your comments. Please let me know if there's something else.

Thanks!

Copy link
Contributor

@kailuowang kailuowang left a comment

Choose a reason for hiding this comment

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

awesome! thanks a ton!

Copy link
Member

@LukaJCB LukaJCB left a comment

Choose a reason for hiding this comment

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

Thanks much!

@kailuowang kailuowang merged commit 3ac3ba1 into typelevel:master Apr 9, 2018
@AlejandroME AlejandroME deleted the contribGuide branch April 9, 2018 21:47
@kailuowang kailuowang added this to the 1.2 milestone May 30, 2018
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