summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormike o'brien <mpobrien005@gmail.com>2015-11-04 11:39:26 -0500
committermike o'brien <mpobrien005@gmail.com>2015-11-04 11:39:26 -0500
commitcbc7de14c453ee5596924b9d92f392c623c2fd9c (patch)
tree33ad7f7bbc42b1b93b4cc0728c15508e40b5ebcb
parentcab7cc7e123a45836d7d66c7cb680acb5b985fde (diff)
downloadmongo-cbc7de14c453ee5596924b9d92f392c623c2fd9c.tar.gz
add link to JIRA filter in contributor guide
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cf013ba5826..649708999de 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,6 +7,9 @@ For any particular improvement you want to make, you can begin a discussion on t
[MongoDB Developers Forum](https://groups.google.com/forum/?fromgroups#!forum/mongodb-dev). This is the best place to discuss your proposed improvement (and its
implementation) with the core development team.
+If you're interested in contributing, we have a list of some suggested tickets that are easy enough to get started on here:
+https://jira.mongodb.org/issues/?jql=project%20%3D%20TOOLS%20AND%20labels%20%3D%20community%20and%20status%20%3D%20open
+
Getting Started
---------------