Docs: improve the "reading path" for new contributers
This commit is contained in:
parent
ac612734c8
commit
2be6f4d153
2 changed files with 18 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
See https://docs.traefik.io.
|
See <https://docs.traefik.io/v2.0/contributing/thank-you/>.
|
||||||
|
|
|
@ -8,3 +8,20 @@ and wouldn't have become what it is today without the help of our [many contribu
|
||||||
not accounting for people having helped with issues, tests, comments, articles, ... or just enjoying it and letting others know.
|
not accounting for people having helped with issues, tests, comments, articles, ... or just enjoying it and letting others know.
|
||||||
|
|
||||||
So once again, thank you for your invaluable help on making Traefik such a good product.
|
So once again, thank you for your invaluable help on making Traefik such a good product.
|
||||||
|
|
||||||
|
!!! question "Where to Go Next?"
|
||||||
|
If you want to:
|
||||||
|
|
||||||
|
- Propose and idea, request a feature a report a bug,
|
||||||
|
read the page [Submitting Issues](./submitting-issues.md).
|
||||||
|
- Discover how to make an efficient contribution,
|
||||||
|
read the page [Submitting Pull Requests](./submitting-pull-requests.md).
|
||||||
|
- Learn how to build and test Traefik,
|
||||||
|
the page [Building and Testing](./building-testing.md) is for you.
|
||||||
|
- Contribute to the documentation,
|
||||||
|
read the related page [Documentation](./documentation.md).
|
||||||
|
- Understand how do we learn about Traefik usage,
|
||||||
|
read the [Data Collection](./data-collection.md) page.
|
||||||
|
- Spread the love about Traefik, please check the [Advocating](./advocating.md) page.
|
||||||
|
- Learn about who are the maintainers and how they work on the project,
|
||||||
|
read the [Maintainers](./maintainers.md) page.
|
||||||
|
|
Loading…
Reference in a new issue