summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-07-05 10:48:37 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-07-05 10:48:37 -0600
commit2af1130b604fb70feb356fad1db6b72073c26290 (patch)
tree8dffa6868eda0e93345ca3e726e372290ba2945e
parent9b2dd812a1578847daaea4ae26381602326da14e (diff)
downloadgitlab-ce-cs-issue-triage.tar.gz
Add two blog posts and a note about target audience.cs-issue-triage
-rw-r--r--doc/development/issue_triage.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/development/issue_triage.md b/doc/development/issue_triage.md
index 0b75e26c568..0d526632c12 100644
--- a/doc/development/issue_triage.md
+++ b/doc/development/issue_triage.md
@@ -1,5 +1,7 @@
# Issue Triage Policies
+**Note that this document is primarily meant for use by GitLab team and core-team members.**
+
In order to keep the GitLab projects' issue trackers maintainable, the policies outlined below were created and will be enforced.
## Policies
@@ -50,10 +52,14 @@ The original issue about these policies is [#17693][17693]. We'll be working to
The following projects, resources, and blog posts were very helpful in crafting these policies:
- [CodeTriage][code-triage]
-- [Steve Klabnik's "How to be an open source gardener"][open-source-gardener]
+- [How to be an open source gardener][open-source-gardener]
- [Managing the Deluge of Atom Issues][atom-issues]
+- [Handling Large OSS Projects Defensively][handling-big-projects]
+- [My condolences, you’re now the maintainer of a popular open source project][my-condolences]
[17693]: https://gitlab.com/gitlab-org/gitlab-ce/issues/17693
[code-triage]: https://www.codetriage.com/
[open-source-gardener]: http://words.steveklabnik.com/how-to-be-an-open-source-gardener
[atom-issues]: http://blog.atom.io/2016/04/19/managing-the-deluge-of-atom-issues.html
+[handling-big-projects]: http://artsy.github.io/blog/2016/07/03/handling-big-projects/
+[my-condolences]: https://runcommand.io/2016/06/26/my-condolences-youre-now-the-maintainer-of-a-popular-open-source-project/