diff options
author | Petr <30545094+pasabanov@users.noreply.github.com> | 2024-07-19 12:22:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-19 11:22:35 +0200 |
commit | 2a3f4dc8b400e078b7fd2ec0f802200dfece8c94 (patch) | |
tree | 40e2dedb2b85899e7c5e58b613fa8fef0be4fd05 /CONTRIBUTING.md | |
parent | be0b2c2d904efca17fa8f266ec48321268e64271 (diff) |
Performed some grammar and typo fixes (#2511)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index baaa6cd8e..d03bad6c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Please keep all code, comments, issues and pull requests in English, otherwise t ## Found a bug? - First, check there are no already open issues for the bug. See [here](https://github.com/ntop/nDPI/issues). -- If there is not open issue addressing the bug, [open a new one](https://github.com/ntop/nDPI/issues/new). +- If there is no open issue addressing the bug, [open a new one](https://github.com/ntop/nDPI/issues/new). - Make sure to include a **descriptive and clear title and description**, including the **version of nDPI** being used. - Try to include steps to reproduce the bug. - If applicable, try to provide a stacktrace. |