Skip to content

Commit f3aac80

Browse files
Update README.md
1 parent 848560d commit f3aac80

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,17 @@ If you want to know something about the last table that was drawn you can use `d
244244

245245
## Contributions
246246

247-
Contributions are always welcome, especially on open issues. If you have something major you want to add or change, please post an issue about it first to discuss it further. The workflow for contributing would be something like this:
247+
Contributions are always welcome, especially on open issues. If you have something major you want to add or change, please post an issue about it first to discuss it further. Describe the change you are making and ideally link to related issues. If the pull request is a bug fix it is helpful with examples of what did not work before but works now etc.
248+
249+
The workflow for contributing would be something like this:
248250

249251
- Start watcher with `npm start`
250252
- Make code changes
251253
- Make sure all examples works
252254
- Commit and submit pull request
253255

256+
Don't include updated build files in the pull request since these are auto created during release.
257+
254258
**If you don't use [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) on autosave, please run `yarn run format-all` before opening your PR**
255259

256260
### Release workflow

0 commit comments

Comments
 (0)