From 5b15697ce15054b0fa34799835e679b9a4b92a90 Mon Sep 17 00:00:00 2001 From: Oleg <142805497+devactivity-team@users.noreply.github.com> Date: Sun, 7 Jul 2024 18:05:03 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4ba395e..a8e041a 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,11 @@ nmap gx vertopen_url Open a document and place the cursor on a link, then press `g` followed by `x`. Vim will open a new terminal and show you the output of `reader`. + +## Contributing + +[![GitHub repo Good Issues for newbies](https://img.shields.io/github/issues/mrusme/reader/good%20first%20issue?style=flat&logo=github&logoColor=green&label=Good%20First%20issues)](https://github.com/mrusme/reader/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) [![GitHub Help Wanted issues](https://img.shields.io/github/issues/mrusme/reader/help%20wanted?style=flat&logo=github&logoColor=b545d1&label=%22Help%20Wanted%22%20issues)](https://github.com/mrusme/reader/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) [![GitHub Help Wanted PRs](https://img.shields.io/github/issues-pr/mrusme/reader/help%20wanted?style=flat&logo=github&logoColor=b545d1&label=%22Help%20Wanted%22%20PRs)](https://github.com/mrusme/reader/pulls?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) [![GitHub repo Issues](https://img.shields.io/github/issues/mrusme/reader?style=flat&logo=github&logoColor=red&label=Issues)](https://github.com/mrusme/reader/issues?q=is%3Aopen) + +👋 **Welcome, new contributors!** + +Whether you're a seasoned developer or just getting started, your contributions are valuable to us. Don't hesitate to jump in, explore the project, and make an impact. To start contributing, please check out our [Contribution Guidelines](CONTRIBUTING.md).