Skip to content

Commit 0a77cfe

Browse files
committed
DVRL-71 - fixing header sizes
1 parent a4b6483 commit 0a77cfe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ assignees: ''
3636
- **Version**: <!--[e.g., macOS 10.15.7, Windows 10, Ubuntu 20.04]-->
3737
- **Compiler/Toolchain**: <!--[e.g., GCC 9.3.0, Clang 10.0.0]-->
3838
- **Protobuf Compiler & Version**: <!--[e.g. buf v1.17.0, protoc 3.17.3]-->
39-
- **Protoc-gen-validate Version**: <!--[if applicable, e.g., v0.6.1]-->
4039
- **Protovalidate Version**: <!--[if applicable, e.g., v1.0.2]-->
40+
- **Protoc-gen-validate Version**: <!--[if applicable, e.g., v0.6.1]-->
4141

4242
## Possible Solution
4343
<!--If you have any suggestions on how the bug could be fixed or have identified the source of the problem, please provide your insights here.-->

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ except protovalidate.ValidationError as e:
4444
# Handle failure.
4545
```
4646

47-
## Installation
47+
# Installation
4848

4949
> [!TIP]
5050
> The easiest way to get started with Protovalidate for RPC APIs are the how-to's in Buf's documentation. There's one available for [Python and gRPC][grpc-python].
@@ -76,7 +76,7 @@ Protovalidate isn't just for Python! You might be interested in sibling reposito
7676

7777
For a peek into how Protovalidate works, you might also want to check out [`protovalidate's core repository`](https://github.com/bufbuild/protovalidate), where `validate.proto` defines the entire cross-language API.
7878

79-
## Related Sites
79+
# Related Sites
8080

8181
- [Buf][buf] - Enterprise-grade Kafka and gRPC for the modern age
8282
- [Common Expression Language (CEL)][cel] - The open-source technology at the core of Protovalidate

0 commit comments

Comments
 (0)