diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..5be82e3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,33 @@ +### Summary + + +### Environment + +- [ ] Operating system : (e.g. Ubuntu Gnome 15.04 64bit) +- [ ] Web browser : (e.g. Firefox 44.0.2) +- [ ] Version or revision of Jupyter Notebook : (e.g. 4.1 or 620fb29) +- [ ] Revision of jupyter-vim-binding : (e.g. 5a057d6) + + +### Behavior + +#### Expected + +#### Actual + + +### Step by step procedure + +1. Start local Jupyter Notebook by `jupyter notebook` +2. Access http://localhost:8888/ +3. etc. + + +### What you have done to solve the issue + +For example, the behavior is confirmed with Firefox 44.0.2 and Google Chrome xx.xx.xx and could not be reproduced in Firefox but Chrome or what ever. + + +### Remarks + +If any diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..81fdb74 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +### This PR is for + +- [ ] Fix a reported issue : #XXX +- [ ] Fix a unreported issue : Write summary in a new section +- [ ] Add a reported feature implement : #XXX +- [ ] Add a unreported feature implement : Write summary in a new section +- [ ] Other : Write summary in a new section + +### Summary + +If any