Skip to content

Commit 2e92c77

Browse files
feat(contributing): add more details to issue reporting (#472)
1 parent 517fb7c commit 2e92c77

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

src/contributing/overview.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,38 @@ Interested in contributing to a Deis project? There are lots of ways to help.
66

77
Find a bug? Want to see a new feature? Have a request for the maintainers? Open a Github issue in the applicable repository and we’ll get the conversation started.
88

9+
Our official support channels are:
10+
11+
- GitHub issue queues:
12+
- [builder](https://github.com/deis/builder/issues)
13+
- [chart](https://github.com/deis/charts/issues)
14+
- [database](https://github.com/deis/postgres/issues)
15+
- [helm classic](https://github.com/helm/helm-classic/issues)
16+
- [monitor](https://github.com/deis/monitor/issues)
17+
- [registry](https://github.com/deis/registry/issues)
18+
- [router](https://github.com/deis/router/issues)
19+
- [workflow](https://github.com/deis/workflow/issues)
20+
- [workflow-cli](https://github.com/deis/workflow-cli/issues)
21+
- [Deis #community Slack channel][slack]
22+
23+
Don't know what the applicable repository for an issue is? Open up in issue in [workflow][] or chat with a maintainer in the [Deis #community Slack channel][slack] and we'll make sure it gets to the right place.
24+
25+
Additionally, take a look at the [troubleshooting][] documentation for common issues.
26+
27+
Before opening a new issue, it's helpful to search and see if anyone else has already reported the problem. You can search through a list of issues for all Deis projects [here][issues].
28+
929
## Write Documentation
1030

1131
We are always looking to improve and expand our documentation. Most docs reside in the [deis/workflow][workflow] repository. Simply fork the project, update docs and send us a pull request.
1232

1333
## Contribute Code
1434

15-
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](https://slack.deis.io). 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][].
1636

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

39+
By contributing to any Deis project you agree to its [Developer Certificate of Origin (DCO)][dco]. This document was created by the Linux Kernel community and is a simple statement that you, as a contributor, have the legal right to make the contribution.
40+
1941
## Triage Issues
2042

2143
If you don't have time to code, consider helping with triage. The community will thank you for saving them time by spending some of yours. See [Triaging Issues](triaging-issues.md) for more info.
@@ -28,3 +50,7 @@ Interact with the community on our user mailing list or live in our [Deis #commu
2850
[dd]: design-documents.md
2951
[dev-environment]: development-environment.md
3052
[easy-fix]: https://github.com/issues?q=user%3Adeis+label%3Aeasy-fix+is%3Aopen
53+
[dco]: https://github.com/deis/workflow/blob/master/DCO
54+
[troubleshooting]: ../troubleshooting/index.md
55+
[issues]: https://github.com/pulls?utf8=%E2%9C%93&q=user%3Adeis+user%3Ahelm
56+
[slack]: https://slack.deis.io

0 commit comments

Comments
 (0)