Add .github files
This commit is contained in:
parent
94c40d53a8
commit
4ab41f4664
|
@ -0,0 +1 @@
|
|||
* @rules-proto-grpc/owners
|
|
@ -0,0 +1,11 @@
|
|||
Contributions are very welcome on this project. Issues should be raised for bugs
|
||||
and feature requests. Pull requests should be targeted at the master branch and
|
||||
will run against CI.
|
||||
|
||||
Note: The rules in the repo are generated by the code in [tools/rulegen](/tools/rulegen)
|
||||
and the output rules should therefore not be edited directly. However, if you are
|
||||
not comfortable editing this code, please submit a PR with just the output files
|
||||
edited and we'll help update the generator to get the desired result.
|
||||
|
||||
Please see the [Developers](https://github.com/rules-proto-grpc/rules_proto_grpc#developers)
|
||||
section of the project README for further details on how these rules are structured.
|
|
@ -87,9 +87,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
|||
|
||||
http_archive(
|
||||
name = "rules_proto_grpc",
|
||||
urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/de1504ea8e528f3f5c2819fbe8e7331eeb6ce348.tar.gz"],
|
||||
urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/94c40d53a8866a8b6db4303b0cb598c9bccdf077.tar.gz"],
|
||||
sha256 = "395408a3dc9c3db2b5c200b8722a13a60898c861633b99e6e250186adffd1370",
|
||||
strip_prefix = "rules_proto_grpc-de1504ea8e528f3f5c2819fbe8e7331eeb6ce348",
|
||||
strip_prefix = "rules_proto_grpc-94c40d53a8866a8b6db4303b0cb598c9bccdf077",
|
||||
)
|
||||
|
||||
load("@rules_proto_grpc//:repositories.bzl", "rules_proto_grpc_toolchains")
|
||||
|
@ -439,4 +439,5 @@ this project therefore maintains the terms of that license.
|
|||
|
||||
## Contributing
|
||||
|
||||
Contributions welcome; please create Issues or PRs.
|
||||
Contributions are very welcome. Please see [CONTRIBUTING](/.github/CONTRIBUTING)
|
||||
for further details.
|
||||
|
|
|
@ -257,4 +257,5 @@ this project therefore maintains the terms of that license.
|
|||
|
||||
## Contributing
|
||||
|
||||
Contributions welcome; please create Issues or PRs.
|
||||
Contributions are very welcome. Please see [CONTRIBUTING](/.github/CONTRIBUTING)
|
||||
for further details.
|
||||
|
|
Loading…
Reference in New Issue