-
-
Notifications
You must be signed in to change notification settings - Fork 16k
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
Making contributions should be easier #7578
Comments
This was referenced Jan 14, 2018
Were the docs not clear/complete/correct, and was there any place that was particularly challenging. Do you have any suggestions on how to improve this process? |
normanmaurer
pushed a commit
that referenced
this issue
Jan 26, 2018
Motivation: Someone intending to contribute should be able to set up their development environment quickly and easily. Modifications: - Added a Maven wrapper such that a local Maven installation isn't necessary. - Added a .gitattributes such that auto line-endings are enforced. Result: - ./mvnw is enough to build. - Git line-endings are enforced. - Fixes #7578.
Fixed by #7579 |
kiril-me
pushed a commit
to kiril-me/netty
that referenced
this issue
Feb 28, 2018
Motivation: Someone intending to contribute should be able to set up their development environment quickly and easily. Modifications: - Added a Maven wrapper such that a local Maven installation isn't necessary. - Added a .gitattributes such that auto line-endings are enforced. Result: - ./mvnw is enough to build. - Git line-endings are enforced. - Fixes netty#7578.
pulllock
pushed a commit
to pulllock/netty
that referenced
this issue
Oct 19, 2023
Motivation: Someone intending to contribute should be able to set up their development environment quickly and easily. Modifications: - Added a Maven wrapper such that a local Maven installation isn't necessary. - Added a .gitattributes such that auto line-endings are enforced. Result: - ./mvnw is enough to build. - Git line-endings are enforced. - Fixes netty#7578.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
Someone intending to contribute should be able to set up their development environment quickly and easily.
Actual behavior
Development environment setup requires several manual steps:
The text was updated successfully, but these errors were encountered: