Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3dd1d4

Browse files
committed
clean headers
1 parent 4fde166 commit e3dd1d4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to plotly.js
22

3-
### Opening issues
3+
## Opening issues
44

55
Search for existing and closed issues. If your problem or idea is not addressed
66
yet, [please open a new issue](https://github.com/plotly/plotly.js/issues/new).
@@ -14,7 +14,7 @@ Implementation questions should be asked on Stack Overflow (tagged
1414
[`plotly`](https://stackoverflow.com/questions/tagged/plotly)) or on
1515
community.plot.ly (tagged [`plotly-js`](http://community.plot.ly/c/plotly-js)).
1616

17-
### Issue labels
17+
## Issue labels
1818

1919
We use the following [labels](https://github.com/plotly/plotly.js/labels) to track issues:
2020

@@ -32,24 +32,24 @@ We use the following [labels](https://github.com/plotly/plotly.js/labels) to tra
3232
| `status: reviewable` | PRs that are completed from the author's perspective |
3333
| `status: on hold` | PRs that are put on hold |
3434

35-
### Development
35+
## Development
3636

37-
**Prerequisites**:
37+
##### Perequisites
3838

3939
- git
4040
- [node.js](https://nodejs.org/en/). We recommend using node.js 4.2.x (LTS).
4141
Upgrading and managing node versions can be easily done using
4242
[`nvm`](https://github.com/creationix/nvm) or its Windows alternatives.
4343

44-
**Step 1** Clone the plotly.js repo and install its dependencies
44+
##### Step 1: Clone the plotly.js repo and install its dependencies
4545

4646
```
4747
git clone https://github.com/plotly/plotly.js.git
4848
cd plotly.js
4949
npm install
5050
```
5151

52-
**Step 2** Start the test dashboard
52+
##### Step 2: Start the test dashboard
5353

5454
```
5555
npm start
@@ -90,14 +90,14 @@ Three additional helpers exist that are refreshed every second:
9090
There is also a search bar in the top right of the dashboard. This fuzzy-searches
9191
image mocks based on their file name and trace type.
9292

93-
**Other npm scripts**:
93+
##### Other npm scripts
9494

9595
- `npm run preprocess`: pre-processes the css and svg source file in js. This
9696
script must be run manually when updating the css and svg source files.
9797
- `npm run watch`: starts a watchify file watcher just like the test dashboard but
9898
without booting up a server.
9999

100-
### Testing
100+
## Testing
101101

102102
Both jasmine and image tests are run on
103103
[CircleCI](https://circleci.com/gh/plotly/plotly.js) on every push to this
@@ -126,7 +126,7 @@ which shows the baseline image, the generated image, the diff and the json mocks
126126
To view the results of a run on CircleCI, download the `build/test_images/` and `build/test_images_diff/` artifacts into your local repo and then run `npm run start-image_viewer`.
127127

128128

129-
### Repo organization
129+
## Repo organization
130130

131131
- Distributed files are in `dist/`
132132
- CommonJS require-able modules are in `lib/`
@@ -138,7 +138,7 @@ To view the results of a run on CircleCI, download the `build/test_images/` and
138138
- Non-distributed, built files are in `build/` (most files in here are git-ignored, the css and font built files are exceptions)
139139

140140

141-
### Coding style
141+
## Coding style
142142

143143
Check if ok, with `npm run lint`
144144

0 commit comments

Comments
 (0)