Skip to content

Commit fc8e1eb

Browse files
committed
Merge pull request #735 from opdemand/easy-fix-contrib
fix(docs): mention "easy-fix" tag in contributing docs
2 parents 8eb5a01 + 28458f2 commit fc8e1eb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/contributing/localdev.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ We try to make it simple to hack on Deis, but as an open PaaS, there are
88
necessarily several moving pieces and some setup required. We welcome
99
any suggestions for automating or simplifying this process.
1010

11+
If you're just getting into the Deis codebase, look for GitHub issues
12+
with the label `easy-fix`_. These are more straightforward or low-risk
13+
issues for which we need pull requests. Issues tagged `easy-fix`_ are a
14+
great way to become more familiar with Deis.
15+
1116
Prerequisites
1217
-------------
1318
We strongly recommend using `Vagrant`_ with `VirtualBox`_ so you can
@@ -230,6 +235,7 @@ Creating a pull request on the Deis repository also runs a Travis CI build to
230235
ensure the pull request doesn't break any tests or reduce code coverage.
231236

232237

238+
.. _`easy-fix`: https://github.com/opdemand/deis/issues?labels=easy-fix&state=open
233239
.. _`Vagrant`: http://www.vagrantup.com/
234240
.. _`VirtualBox`: https://www.virtualbox.org/
235241
.. _`fork the Deis repository`: https://github.com/opdemand/deis/fork

0 commit comments

Comments
 (0)