Skip to content

Commit 1e76dba

Browse files
author
Matthew Fisher
committed
docs(index): add note on contributing
1 parent f2f270b commit 1e76dba

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/contributing/overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ We are always looking to improve and expand our documentation. Most docs reside
3232

3333
## Contribute Code
3434

35-
We are always looking for help improving the core platform, other workloads, tooling, and test coverage. Interested in contributing code? Let’s chat in the [Deis #community Slack channel][slack]. Make sure to check out issues tagged [easy-fix][].
35+
We are always looking for help improving the core platform, other workloads, tooling, and test coverage. Interested in contributing code? Let’s chat in the [Deis #community Slack channel][slack]. Make sure to check out issues tagged [easy fix][] or [help wanted][].
3636

3737
When you're ready to begin writing code, review [Design Documents][dd] and get your [Development Environment][dev-environment] set up.
3838

@@ -49,8 +49,9 @@ Interact with the community on our user mailing list or live in our [Deis #commu
4949
[workflow]: https://github.com/deis/workflow
5050
[dd]: design-documents.md
5151
[dev-environment]: development-environment.md
52-
[easy-fix]: https://github.com/issues?q=user%3Adeis+label%3Aeasy-fix+is%3Aopen
52+
[easy fix]: https://github.com/pulls?utf8=%E2%9C%93&q=user%3Adeis+label%3A%22easy+fix%22+is%3Aopen
5353
[dco]: https://github.com/deis/workflow/blob/master/DCO
54+
[help wanted]: https://github.com/pulls?utf8=%E2%9C%93&q=user%3Adeis+label%3A%22help+wanted%22+is%3Aopen
5455
[troubleshooting]: ../troubleshooting/index.md
5556
[issues]: https://github.com/pulls?utf8=%E2%9C%93&q=user%3Adeis+user%3Ahelm
5657
[slack]: https://slack.deis.io

src/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ To get started with Workflow, follow our [Quick Start][quickstart] guide.
1919
Take a deep dive into Deis Workflow in our [Concepts][concepts], [Architecture][arch], and
2020
[Components][components] sections.
2121

22+
Feel like contibuting some code or want to get started as a maintainer? Pick an issue tagged as an
23+
[easy fix][] or [help wanted][] and start contributing!
24+
2225
## Service and Support
2326

2427
If you are interested in commercial service and support for Deis Workflow, check out the various
@@ -28,4 +31,6 @@ If you are interested in commercial service and support for Deis Workflow, check
2831
[arch]: understanding-workflow/architecture.md
2932
[concepts]: understanding-workflow/concepts.md
3033
[components]: understanding-workflow/components.md
34+
[easy fix]: https://github.com/pulls?utf8=%E2%9C%93&q=user%3Adeis+label%3A%22easy+fix%22+is%3Aopen
35+
[help wanted]: https://github.com/pulls?utf8=%E2%9C%93&q=user%3Adeis+label%3A%22help+wanted%22+is%3Aopen
3136
[quickstart]: quickstart/index.md

0 commit comments

Comments
 (0)