Skip to content
Browse files

@gkatsev added issue and PR templates for github. closes #3117

  • Loading branch information...
1 parent b027603 commit 050f23d913e3b7a98d1a426828c428bcf76c4bcf @gkatsev gkatsev committed
Showing with 49 additions and 1 deletion.
  1. +1 −1 CHANGELOG.md
  2. +32 −0 ISSUE_TEMPLATE.md
  3. +16 −0 PULL_REQUEST_TEMPLATE.md
View
2 CHANGELOG.md
@@ -2,7 +2,7 @@ CHANGELOG
=========
## HEAD (Unreleased)
-_(none)_
+* @gkatsev added issue and PR templates for github ([view](https://github.com/videojs/video.js/pull/3117))
--------------------
View
32 ISSUE_TEMPLATE.md
@@ -0,0 +1,32 @@
+## Description
+Briefly describe the issue.
+Include a [reduced test case](https://css-tricks.com/reduced-test-cases/), we have a [starter template](http://jsbin.com/axedog/edit?html,output) on JSBin you can use.
+
+## Steps to reproduce
+Explain in detail the exact steps necessary to reproduce the issue.
+
+1.
+2.
+3.
+
+## Results
+### Expected
+Please describe what you expected to see.
+
+### Actual
+Please describe what actually happened.
+
+### Error output
+If there are any errors at all, please include them here.
+
+## Additional Information
+Please include any additional information necessary here. Including the following:
+### versions
+#### videojs
+what version of videojs does this occur with?
+#### browsers
+what browser are affected?
+#### OSes
+what platforms (operating systems and devices) are affected?
+### plugins
+are any videojs plugins being used on the page? If so, please list them below.
View
16 PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,16 @@
+## Description
+Please describe the change as necessary.
+If it's a feature or enhancement please be as detailed as possible.
+If it's a bug fix, please link the issue that it fixes or describe the bug in as much detail.
+
+
+## Specific Changes proposed
+Please list the specific changes involved in this pull request.
+
+## Requirements Checklist
+- [ ] Feature implemented / Bug fixed
+- [ ] If necessary, more likely in a feature request than a bug fix
+ - [ ] Unit Tests updated or fixed
+ - [ ] Docs/guides updated
+ - [ ] Example created ([starter template on JSBin](http://jsbin.com/axedog/edit?html,output))
+- [ ] Reviewed by Two Core Contributors

0 comments on commit 050f23d

Please sign in to comment.
Something went wrong with that request. Please try again.