Skip to content

Commit 12f5422

Browse files
committed
doc: add GitHub issue and pull-request templates !cosmetic
1 parent 7bcd926 commit 12f5422

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/issue_template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
* [ ] Tested with the latest Haystack release
2+
* [ ] Tested with the current Haystack master branch
3+
4+
## Expected behaviour
5+
6+
## Actual behaviour
7+
8+
## Steps to reproduce the behaviour
9+
10+
1.
11+
12+
## Configuration
13+
14+
* Operating system version:
15+
* Search engine version:
16+
* Python version:
17+
* Django version:
18+
* Haystack version:

.github/pull_request_template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Hey, thanks for contributing to Haystack. Please review [the contributor guidelines](http://django-haystack.readthedocs.org/en/latest/contributing.html) and confirm that [the tests pass](http://django-haystack.readthedocs.org/en/latest/running_tests.html) with at least one search engine.
2+
3+
# Once your pull request has been submitted, the full test suite will be executed on https://travis-ci.org/django-haystack/django-haystack/pull_requests. Pull requests with passing tests are far more likely to be reviewed and merged.

0 commit comments

Comments
 (0)