From 9ce27358b17d03ac10f95a994d27957b07d9352b Mon Sep 17 00:00:00 2001 From: Dmitry Plotnikov Date: Fri, 18 Aug 2023 16:35:26 -0700 Subject: [PATCH] Added a paragraph on suggesting a new feature. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 05469ee..595403a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,8 @@ To report a bug, open an issue on GitHub with the label `bug` using the availabl ### Suggest a Feature or Enhancement +To suggest an new feature or other improvement, create an issue on Github and choose the type 'Feature request'. Please fill in the template as provided. + ### Open a Pull Request - Fork the repo, create a branch, implement your changes, add any relevant tests, submit a PR when your changes are **tested** and ready for review.