From ea8bf2eaabf4ae2ec4ddf196a90a473186d85f18 Mon Sep 17 00:00:00 2001 From: Sahin Yort Date: Fri, 1 Mar 2024 10:57:16 -0800 Subject: [PATCH] doc: encourage contribution (#257) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d543d2..329c673 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,15 @@ Compile `.proto` files to plain TypeScript. Supports gRPC Node and gRPC Web. > As of 2024, this project has adopted Rust as its primary programming language, replacing JavaScript. > See [the issue](https://github.com/thesayyn/protoc-gen-ts/issues/255) for the details. -## Important +## Contributing +I have limited availability to consistently maintain this project, as my time is primarily allocated to cutting new releases and implementing fixes on an ad hoc basis. +[See issues that needs help](https://github.com/thesayyn/protoc-gen-ts/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) + +[See issues that for newcomers](https://github.com/thesayyn/protoc-gen-ts/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) + +Become a maintainer? Send an [email](mailto:thesayyn@gmail.com?subject=Become%20a%20maintainer) ## Features