diff options
author | Victor Wu <victor@gitlab.com> | 2018-07-18 19:47:10 +0000 |
---|---|---|
committer | Mek Stittri <mstittri@gitlab.com> | 2018-07-26 23:56:11 -0700 |
commit | 8390355ba8b68ccd2a35cce2f121bdc10d63c831 (patch) | |
tree | f72c310f7e23bfa567691a23013ee3ae9545bf4c /PROCESS.md | |
parent | 347ecbb6887e86e53b1e01c593ef3a6302a35b87 (diff) | |
download | gitlab-ce-8390355ba8b68ccd2a35cce2f121bdc10d63c831.tar.gz |
Fix typo
Diffstat (limited to 'PROCESS.md')
-rw-r--r-- | PROCESS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PROCESS.md b/PROCESS.md index a97e3beb92e..fd0c45f3b58 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -204,7 +204,7 @@ Check [this guide](https://gitlab.com/gitlab-org/release/docs/blob/master/genera ## Bugs -A ~bug is a defect, error, failure which causes the system to behave incorrectly or prevents it from fulfilling from fulfill the product requirements. +A ~bug is a defect, error, failure which causes the system to behave incorrectly or prevents it from fulfilling the product requirements. The level of impact of a ~bug can vary from blocking a whole functionality or a feature usability bug. A bug should always be linked to a severity level. |