From 4387f2bf07aef2f23096c4bf6c0c168916067bdb Mon Sep 17 00:00:00 2001 From: honglooker Date: Tue, 12 Sep 2023 08:45:31 -0700 Subject: [PATCH] Update CONTRIBUTING.md fix typos and add link to add `issues` --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 59164d83f..41b1b9c23 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,11 +3,11 @@ ## I just want to ask a question Feel free to open an issue to ask a question, the volume of questions is low, -so it's OK at the moment. But please don't expect prompt answer. +so it's OK at the moment. But please don't expect a prompt answer. ## I have found a bug -Please open an issue. When reporting a bug please include minimal example +Please open an [issue](https://github.com/stepancheg/rust-protobuf/issues). When reporting a bug please include minimal example providing as much information as possible. In particular, please specify: * exact proto file @@ -38,4 +38,4 @@ Are always welcome, especially if they are backward-compatible. ## Help wanted -Most of all documentation is needed, any changes to rustdoc or markdown pages on github are welcome. +Most of all documentation is needed, any changes to rustdoc or markdown pages on GitHub are welcome.