Skip to content

Commit bcfb84e

Browse files
committed
templates
1 parent 637c37e commit bcfb84e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

ISSUE_TEMPLATE.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Before filing an issue, please make sure to tick the following boxes.
2+
3+
- [ ] Make sure your issue hasn't been filed already. Use GitHub search or manually check the [existing issues](https://github.com/maxpumperla/hyperas/issues), also the closed ones. Also, make sure to check the FAQ section of our [readme](https://github.com/maxpumperla/hyperas/blob/master/README.md).
4+
5+
- [ ] Install latest hyperas from GitHub:
6+
pip install git+git://github.com/maxpumperla/hyperas.git
7+
8+
- [ ] Install latest hyperopt from GitHub:
9+
pip install git+git://github.com/hyperopt/hyperopt.git
10+
11+
- [ ] We have continuous integration running with Travis and make sure the build stays "green". If, after installing test utilities with `pip install pytest pytest-cov pep8 pytest-pep8`, you can't successfully run `python -m pytest` there's very likely a problem on your side that should be addressed before creating an issue.
12+
13+
- [ ] Create a gist containing your complete script, or a minimal version of it, that can be used to reproduce your issue. Also, add your _full stack trace_ to that gist. In many cases your error message is enough to at least give some guidance.

MANIFEST.in

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include LICENSE
2+
include README.md
3+
include CONTRIBUTING.md
4+
graft examples
5+
graft tests

0 commit comments

Comments
 (0)