mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix typos in contributing documentation (#72719)
This commit is contained in:
parent
0ffdcbbe52
commit
6b8580ca8d
@ -73,7 +73,7 @@ Unsure where to begin contributing to Grafana? Start by browsing issues labeled
|
|||||||
|
|
||||||
If you're looking to make a code change, see how to set up your environment for [local development](contribute/developer-guide.md).
|
If you're looking to make a code change, see how to set up your environment for [local development](contribute/developer-guide.md).
|
||||||
|
|
||||||
When you're ready to contribute, it's time to [Create a pull request](/contribute/create-pull-request.md).
|
When you're ready to contribute, it's time to [create a pull request](/contribute/create-pull-request.md).
|
||||||
|
|
||||||
#### Contributor License Agreement (CLA)
|
#### Contributor License Agreement (CLA)
|
||||||
|
|
||||||
@ -82,6 +82,6 @@ Before we can accept your pull request, you need to [sign our CLA](https://grafa
|
|||||||
## Where do I go from here?
|
## Where do I go from here?
|
||||||
|
|
||||||
- Set up your [development environment](contribute/developer-guide.md).
|
- Set up your [development environment](contribute/developer-guide.md).
|
||||||
- Learn how to [contribute documentation](contribute/README.md).
|
- Learn how to [contribute to our documentation](contribute/documentation/README.md).
|
||||||
- Get started [developing plugins](https://grafana.com/docs/grafana/latest/developers/plugins/) for Grafana.
|
- Get started [developing plugins](https://grafana.com/docs/grafana/latest/developers/plugins/) for Grafana.
|
||||||
- Look through the resources in the [contribute](contribute) folder.
|
- Look through the resources in the [contribute](contribute) folder.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
This directory contains guides for contributors to the Grafana project.
|
This directory contains guides for contributors to the Grafana project.
|
||||||
|
|
||||||
- [Create a pull request](create-pull-request.md)
|
- [Create a pull request](create-pull-request.md)
|
||||||
- [Contribute documentation](../contribute/documentation/README.md)
|
- [Contribute to our documentation](../contribute/documentation/README.md)
|
||||||
- [Developer guide](developer-guide.md)
|
- [Developer guide](developer-guide.md)
|
||||||
- [Triage issues](triage-issues.md)
|
- [Triage issues](triage-issues.md)
|
||||||
- [Merge a pull request](merge-pull-request.md)
|
- [Merge a pull request](merge-pull-request.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user