summaryrefslogtreecommitdiff
path: root/doc/development/contributing/issue_workflow.md
diff options
context:
space:
mode:
authorMichel Engelen <michel@nomorejs.net>2019-07-15 06:10:32 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-07-15 06:10:32 +0000
commit24a5fe6b1497308832329ff0c1f31b309b3b0f96 (patch)
treee7dc851236f298f68c2fa383ec954b0c43064c5c /doc/development/contributing/issue_workflow.md
parent03c307b6fa9f42e45c39dd5ef973b365ace9854e (diff)
downloadgitlab-ce-24a5fe6b1497308832329ff0c1f31b309b3b0f96.tar.gz
Rename "discussions" to "threads" in docs
Diffstat (limited to 'doc/development/contributing/issue_workflow.md')
-rw-r--r--doc/development/contributing/issue_workflow.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/contributing/issue_workflow.md b/doc/development/contributing/issue_workflow.md
index d0562cd2bbd..abe11b8d1a8 100644
--- a/doc/development/contributing/issue_workflow.md
+++ b/doc/development/contributing/issue_workflow.md
@@ -248,8 +248,8 @@ If a bug seems to fall between two severity labels, assign it to the higher-seve
- Example(s) of ~S1
- Data corruption/loss.
- Security breach.
- - Unable to create an issue or merge request.
- - Unable to add a comment or discussion to the issue or merge request.
+ - Unable to create an issue or merge request.
+ - Unable to add a comment or thread to the issue or merge request.
- Example(s) of ~S2
- Cannot submit changes through the web IDE but the commandline works.
- A status widget on the merge request page is not working but information can be seen in the test pipeline page.