Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(index): add note on contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Oct 31, 2016
1 parent f2f270b commit 1e76dba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/contributing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ We are always looking to improve and expand our documentation. Most docs reside

## Contribute Code

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][].
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][].

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

Expand All @@ -49,8 +49,9 @@ Interact with the community on our user mailing list or live in our [Deis #commu
[workflow]: https://github.com/deis/workflow
[dd]: design-documents.md
[dev-environment]: development-environment.md
[easy-fix]: https://github.com/issues?q=user%3Adeis+label%3Aeasy-fix+is%3Aopen
[easy fix]: https://github.com/pulls?utf8=%E2%9C%93&q=user%3Adeis+label%3A%22easy+fix%22+is%3Aopen
[dco]: https://github.com/deis/workflow/blob/master/DCO
[help wanted]: https://github.com/pulls?utf8=%E2%9C%93&q=user%3Adeis+label%3A%22help+wanted%22+is%3Aopen
[troubleshooting]: ../troubleshooting/index.md
[issues]: https://github.com/pulls?utf8=%E2%9C%93&q=user%3Adeis+user%3Ahelm
[slack]: https://slack.deis.io
5 changes: 5 additions & 0 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ To get started with Workflow, follow our [Quick Start][quickstart] guide.
Take a deep dive into Deis Workflow in our [Concepts][concepts], [Architecture][arch], and
[Components][components] sections.

Feel like contibuting some code or want to get started as a maintainer? Pick an issue tagged as an
[easy fix][] or [help wanted][] and start contributing!

## Service and Support

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

0 comments on commit 1e76dba

Please sign in to comment.