From 4a7531af9d65e834936e2d561c1bb36777e3e555 Mon Sep 17 00:00:00 2001 From: lotyp Date: Fri, 26 Apr 2024 18:48:45 +0300 Subject: [PATCH] docs: contribute options as links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a261917..94e42cd 100644 --- a/README.md +++ b/README.md @@ -392,9 +392,9 @@ This project has a [security policy](.github/SECURITY.md). Thank you for considering contributing to the wayofdev community! We are open to all kinds of contributions. If you want to: -- 🤔 Suggest a feature -- 🐛 Report an issue -- 📖 Improve documentation +- 🤔 [Suggest a feature](https://github.com/wayofdev/gh-actions/issues/new?assignees=&labels=type%3A+enhancement&projects=&template=2-feature-request.yml&title=%5BFeature%5D%3A+) +- 🐛 [Report an issue](https://github.com/wayofdev/gh-actions/issues/new?assignees=&labels=type%3A+documentation%2Ctype%3A+maintenance&projects=&template=1-bug-report.yml&title=%5BBug%5D%3A+) +- 📖 [Improve documentation](https://github.com/wayofdev/gh-actions/issues/new?assignees=&labels=type%3A+documentation%2Ctype%3A+maintenance&projects=&template=4-docs-bug-report.yml&title=%5BDocs%5D%3A+) - 👨‍💻 Contribute to the code You are more than welcome. Before contributing, kindly check our [contribution guidelines](.github/CONTRIBUTING.md).