-
Notifications
You must be signed in to change notification settings - Fork 558
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
docs: improves the Contribution guidelines #3257
Conversation
db468f1
to
e9fbdc6
Compare
Thanks for the suggestions! |
47c9a34
to
d1f17cd
Compare
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.
Made some suggestions to make this doc more concise.
Signed-off-by: Andres <[email protected]>
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.
Thanks!
Thanks for the review and suggestions @hectorj2f Changes are made, and I squashed my commit |
Codecov Report
@@ Coverage Diff @@
## main #3257 +/- ##
==========================================
+ Coverage 29.83% 30.35% +0.51%
==========================================
Files 155 155
Lines 9845 9845
==========================================
+ Hits 2937 2988 +51
+ Misses 6480 6410 -70
- Partials 428 447 +19 |
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.
lgtm
thanks
Signed-off-by: Andres <[email protected]> Co-authored-by: Andres <[email protected]>
As I was running the contribution guidelines I noticed that there were some assumptions, for example, the fact that it expects that the contributor already has Go installed.
This contribution aims to improve the contribution guidelines to allow more people to run the project 😁
Let me know what you think