docs(contributing.md): update CONTRIBUTING.md with latest info #3722
gkatsev
added
some commits
Oct 26, 2016
| @@ -30,92 +64,60 @@ Guidelines for bug reports: | ||
| 3. Isolate the problem — **create a [reduced test case](https://css-tricks.com/reduced-test-cases/)** with a live example. You can possibly use [this JSBin example](http://jsbin.com/axedog/7/edit) as a starting point. |
| -contrib feature start | ||
| +```sh | ||
| +$ cp sandbox/index.html.example sandbox/index.html | ||
| +$ open sandbox/index.html |
misteroneill
Oct 27, 2016
Video.js member
Maybe suggest running npm start and heading over to localhost:9999/sandbox/?
| [GitHub Issues](https://github.com/videojs/video.js/issues) are used for all discussions around the codebase, including **bugs**, **features**, and other **enhancements**. | ||
| +When filling out an issue, make sure to fill out the questions in the | ||
| ### Reporting a Bug | ||
| **A bug is a demonstrable problem** that is caused by the code in the repository. Good bug reports are extremely helpful. Thank You! |
mister-ben
Oct 26, 2016
Maybe add a more explicit note that bugs in plugins should be filed against those plugins.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.