Skip to content

Commit 757a8ae

Browse files
docs(CONTRIBUTING): update contributing doc (#1006)
1 parent d3d18d2 commit 757a8ae

1 file changed

Lines changed: 3 additions & 42 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,4 @@
1-
# How to Contribute
1+
# Contributing to Deis
22

3-
Deis components are Apache 2.0 licensed and accept contributions via Github pull requests. This document outlines resources and conventions useful for anyone wishing to contribute either by reporting issues or submitting pull requests.
4-
5-
# Certificate of Origin
6-
7-
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.
8-
9-
# Support Channels
10-
11-
Before opening a new issue or PR against any Deis project, it's helpful to search that project's issue queue - it's likely that another user has already reported the issue you're facing, or it's a known issue that we're already aware of.
12-
13-
A consolidated view of open issues and pull requests for all Deis projects is available [here][issues].
14-
15-
Additionally, see the [Troubleshooting][] documentation for common issues.
16-
17-
Our official support channels are:
18-
19-
- GitHub issue queues:
20-
- builder: https://github.com/deis/builder/issues
21-
- chart: https://github.com/deis/charts/issues
22-
- database: https://github.com/deis/postgres/issues
23-
- etcd: https://github.com/deis/etcd/issues
24-
- helm classic: https://github.com/helm/helm-classic/issues
25-
- minio: https://github.com/deis/minio/issues
26-
- registry: https://github.com/deis/registry/issues
27-
- router: https://github.com/deis/router/issues
28-
- workflow: https://github.com/deis/workflow/issues
29-
- All other public [Deis repositories][repos]
30-
- IRC: #[deis](irc://irc.freenode.org:6667/#deis) IRC channel on freenode.org
31-
32-
## Getting Started
33-
34-
The [Development Environment][dev-environment] documentation extensively details procedures for setting up a development environment and outlines the contribution workflow.
35-
36-
[Submitting a Pull Request][pr] documents stylistic conventions that help Deis maintainers to more easily review and accept your PRs.
37-
38-
[dco]: DCO
39-
[issues]: https://github.com/pulls?utf8=%E2%9C%93&q=is%3Aopen+user%3Adeis+user%3Ahelm
40-
[repos]: https://github.com/deis
41-
[troubleshooting]: https://github.com/deis/docs-v2/blob/master/src/troubleshooting/troubleshooting.md
42-
[dev-environment]: https://github.com/deis/docs-v2/blob/master/src/contributing/development-environment.md
43-
[pr]: https://github.com/deis/docs-v2/blob/master/src/contributing/submitting-a-pull-request.md
3+
This project is part of Deis. You can find the latest contribution
4+
guidelines [in our documentation](https://deis.com/docs/workflow/contributing/overview/).

0 commit comments

Comments
 (0)