-
Notifications
You must be signed in to change notification settings - Fork 610
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
Write a contributing.md for Osmosis #891
Comments
@ValarDragon why use make build-reproducible when building proto files? I've always used make proto-gen -- is make build-reproducible preferable somehow? |
nope it should've been |
+1, I'm a newbie trying to contribute to osmosis (also not so familiar with golang) but hardly find any docs to website. Having really a hard time to get started. Something like https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/flinkdev/building/ should be extremely helpful @ValarDragon any update/progress on this? Happy to partner with you and write this up as I ramp up |
#1399 Adding this as a place to track work on this issue |
Closing, as #1399 has been merged. |
We should write a contributing.md for Osmosis that explains the branching structure, how we use the SDK fork, and how to make / test updates to SDK branches. I've recently explained it 1-1 a couple times, and folks have been left on their own to self-discover what we're doing. Would be ideal to document this.
Things to include:
rm -rf vendor/ && make build-reproducible
once docker is installed)The text was updated successfully, but these errors were encountered: