-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from planetscale/well-known-type-wrappers
Well known type wrappers
- Loading branch information
Showing
23 changed files
with
5,645 additions
and
1,819 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Contributing to vtProtobuf | ||
|
||
## Workflow | ||
|
||
For all contributors, we recommend the standard [GitHub flow](https://guides.github.com/introduction/flow/) | ||
based on [forking and pull requests](https://guides.github.com/activities/forking/). | ||
|
||
For significant changes, please [create an issue](https://github.com/planetscale/vtprotobuf/issues) | ||
to let everyone know what you're planning to work on, and to track progress and design decisions. | ||
|
||
## Development | ||
|
||
### Protobuf version upgrade | ||
|
||
1. Bump protobuf version in [./protobuf.sh](./protobuf.sh)) (PROTOBUF_VERSION variable). | ||
1. Run `./protobuf.sh` to download and build protobuf. | ||
1. Run `make genall` to regenerate proto files with a new compiler version, including well-known types. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.