Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2018-10-10 17:47:27 +0300
committerMark Lapierre <mlapierre@gitlab.com>2018-10-10 18:28:07 +0300
commit0a4f62d278dd33f6e921084fbdb2f7419b3b0061 (patch)
tree18dff78fcb779ea814c4aae4c2e478e0e65fa540 /.gitlab
parent8f13e0710cb457a17fceeb4e87c2efdd2df8ae19 (diff)
Update Test plan.md
Add ~"test plan" label and update attributes
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Test plan.md36
1 files changed, 18 insertions, 18 deletions
diff --git a/.gitlab/issue_templates/Test plan.md b/.gitlab/issue_templates/Test plan.md
index 580fab206b3..db8e30c419c 100644
--- a/.gitlab/issue_templates/Test plan.md
+++ b/.gitlab/issue_templates/Test plan.md
@@ -38,22 +38,22 @@ test plan](https://testing.googleblog.com/2011/09/10-minute-test-plan.html) and
[this wiki page from an open-source tool that implements the ACC
model](https://code.google.com/archive/p/test-analytics/wikis/AccExplained.wiki). -->
-| | Simple | Secure | Responsive | Obvious | Stable |
-|------------|:------:|:------:|:----------:|:-------:|:------:|
-| Admin | | | | | |
-| Groups | | | | | |
-| Project | | | | | |
-| Repository | | | | | |
-| Issues | | | | | |
-| MRs | | | | | |
-| CI/CD | | | | | |
-| Ops | | | | | |
-| Registry | | | | | |
-| Wiki | | | | | |
-| Snippets | | | | | |
-| Settings | | | | | |
-| Tracking | | | | | |
-| API | | | | | |
+| | Secure | Responsive | Intuitive | Reliable |
+|------------|:------:|:----------:|:---------:|:--------:|
+| Admin | | | | |
+| Groups | | | | |
+| Project | | | | |
+| Repository | | | | |
+| Issues | | | | |
+| MRs | | | | |
+| CI/CD | | | | |
+| Ops | | | | |
+| Registry | | | | |
+| Wiki | | | | |
+| Snippets | | | | |
+| Settings | | | | |
+| Tracking | | | | |
+| API | | | | |
## Capabilities
@@ -65,7 +65,7 @@ more complex features could involve multiple or even all.
Example (from https://gitlab.com/gitlab-org/gitlab-ce/issues/50353):
* Respository is
- * Simple
+ * Intuitive
* It's easy to select the desired file template
* It doesn't require unnecessary actions to save the change
* It's easy to undo the change after selecting a template
@@ -93,4 +93,4 @@ When adding new automated tests, please keep [testing levels](https://docs.gitla
in mind.
-->
-/label ~Quality \ No newline at end of file
+/label ~Quality ~"test plan" \ No newline at end of file