diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-09 21:09:19 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-09 21:09:19 +0000 |
commit | b5944525b015e4efb4cd2c1d09ec37566d7691a0 (patch) | |
tree | 23134355a45b69298483e6c08b65ef6b23b8bd26 /.gitlab | |
parent | 16cfd85bcf0046ae97d7ea84dae7eea3eafafe99 (diff) | |
download | gitlab-ce-b5944525b015e4efb4cd2c1d09ec37566d7691a0.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Dogfooding.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Dogfooding.md b/.gitlab/issue_templates/Dogfooding.md new file mode 100644 index 00000000000..d780fbd3f1f --- /dev/null +++ b/.gitlab/issue_templates/Dogfooding.md @@ -0,0 +1,17 @@ +<!--Lightweight issue template to encourage Dogfooding and educate team members about the importance of Dogfooding --> + +/label ~"dogfooding" ~"group::" ~"section::" ~"Category::" + +## Feature to Dogfood +<!--Link to Description of feature (Documentation, Epic, Opportunity Canvas, etc.) --> + +## Goals +<!--Level of Dogfooding you are looking for: problem validation, testing, production usage, etc --> + +## Progress Tracker +<!--List of tasks (e.g. a table with columns, project, status, issue links similar to what is [done here](https://gitlab.com/gitlab-com/www-gitlab-com/-/issues/8499))--> + +## Why Dogfooding is Important +- https://about.gitlab.com/handbook/values/#dogfooding +- https://about.gitlab.com/handbook/product/product-processes/#dogfood-everything +- https://about.gitlab.com/handbook/engineering/#dogfooding |