Skip to content

Commit 477fa55

Browse files
committed
Merge pull request #175 from krancour/overview-rewrite
doc(overview): update contributing overview
2 parents bf963a7 + 893e527 commit 477fa55

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

docs/src/contributing/overview.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Contributor Overview
22

3-
Interested in contributing to the Deis project? There are lots of ways to help.
3+
Interested in contributing to a Deis project? There are lots of ways to help.
44

55
## File Bugs & Enhancements
66

7-
Find a bug? Want to see a new feature? Have a request for the maintainers? Open a [GitHub issue][issue] and we’ll get the conversation started.
7+
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

99
## Write Documentation
1010

11-
We are always looking to improve and expand our documentation. Most docs reside in the main repository under the [docs/][docs] directory. Simply fork the project, update docs and send us a pull request.
11+
We are always looking to improve and expand our documentation. Most docs reside in the [deis/workflow][workflow] repository under the [docs/][docs] directory. Simply fork the project, update docs and send us a pull request.
1212

1313
## Contribute Code
1414

15-
We are always looking for help improving the core framework, modules, tooling and test coverage. Interested in contributing code? Let’s chat in IRC. Make sure to check out issues tagged [easy-fix][].
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 IRC. Make sure to check out issues tagged [easy-fix][].
1616

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

1919
!!! important
2020
If you're a new contributor to Deis, your Pull Request could earn you [credit at DigitalOcean][do-credit]!
@@ -27,10 +27,9 @@ If you don't have time to code, consider helping with triage. The community will
2727

2828
Interact with the community on our user mailing list or live in our IRC channel, \#deis on Freenode, where you can chat with other Deis users any time of day.
2929

30-
30+
[workflow]: https://github.com/deis/workflow
3131
[dd]: design-documents.md
3232
[dev-environment]: development-environment.md
3333
[do-credit]: development-environment.md#digitalocean-credit
34-
[docs]: https://github.com/deis/deis/tree/master/docs
35-
[easy-fix]: https://github.com/deis/deis/labels/easy-fix
36-
[issue]: https://github.com/deis/deis/issues/new
34+
[docs]: https://github.com/deis/workflow/tree/master/docs
35+
[easy-fix]: https://github.com/deis/workflow/labels/easy-fix

0 commit comments

Comments
 (0)