From dcc7ab8e2d9ec4c343103ee5d69cb0d858488726 Mon Sep 17 00:00:00 2001 From: Engrr-Muneeb <95901468+Engrr-Muneeb@users.noreply.github.com> Date: Thu, 12 Jan 2023 12:31:56 +0500 Subject: [PATCH] fix typo and improve a sentence --- contributing.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/contributing.md b/contributing.md index 5ae21f157a1..e06fcdf6e43 100644 --- a/contributing.md +++ b/contributing.md @@ -9,13 +9,12 @@ contribution. ## Code of Conduct -Please check out the [Code of Conduct](CODE_OF_CONDUCT.md). Don't tl:dr; it, +Please check out the [Code of Conduct](CODE_OF_CONDUCT.md). Don't skip it, but the general idea is to be nice. ## What are the different ways to contribute? -There are many ways to contribute to plotly.py. It helps to understand first -the structure of the code and of the repository. +There are many ways to contribute to plotly.py. To contribute effectively, it is important to first gain an understanding of the structure of the code and of the repository. - [the `plotly.graph_objects` module](https://plotly.com/python/graph-objects/) (usually imported as `go`) is [generated from the Plotly.js schema](https://plotly.com/python/figure-structure/),