From 207df3a161cd5a0b3f1c6ad3e3ffa39a510def0a Mon Sep 17 00:00:00 2001 From: adrianc Date: Wed, 16 Aug 2023 17:09:59 +0300 Subject: [PATCH] Minor rewords to CONTRIBUTING.md Signed-off-by: adrianc --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b3b64ee..e898402 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,8 +40,8 @@ Fixes #1 ## Contributing Code * Make sure to create an [Issue](https://github.com/Mellanox/nic-feature-discovery/issues) for bug fix or the feature request. -* **For bugs**: For the bug fixes, please follow the issue template format while creating a issue. If you have already found a fix, feel free to submit a Pull Request referencing the Issue you created. Include the `Fixes #` syntax to link it to the issue you're addressing. -* **For feature requests**, For the feature requests, please follow the issue template format while creating a feature requests. +* **For bugs**: For bug fixes, please follow the issue template format while creating a issue. If you have already found a fix, feel free to submit a Pull Request referencing the Issue you created. Include the `Fixes #` syntax to link it to the issue you're addressing. +* **For feature requests**, For feature requests, please follow the issue template format while creating a feature requests. * Please make sure each PR are compiling and CI checks are passing. * In order to ensure your PR can be reviewed in a timely manner, please keep PRs small.