Skip to content

Commit

Permalink
Merge c7cef7b into 401c1fd
Browse files Browse the repository at this point in the history
  • Loading branch information
soupault committed Mar 15, 2016
2 parents 401c1fd + c7cef7b commit 26a8c71
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
File renamed without changes.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Description
[Please provide a general introduction to the issue/proposal.]

[If reporting a bug, attach the entire traceback from Python.]
[If proposing an enhancement/new feature, provide links to related articles, reference examples, etc.]


## Way to reproduce
[If reporting a bug, please include the following important information:]
- [ ] Code example
- [ ] Relevant images (if any)
- [ ] Operating system and version
- [ ] Python version
- [ ] scikit-image version (run `skimage.__version__`)

18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Description
[Tell us about your new feature, improvement, or fix! If relevant, please supplement the PR with images.]


## Checklist
[It's fine to submit PRs which are a work in progress! But before they are merged, all PRs should provide:]
- [ ] Clean style in [the spirit of PEP8](https://www.python.org/dev/peps/pep-0008/)
- [ ] [Docstrings for all functions](https://github.com/numpy/numpy/blob/master/doc/example.py)
- [ ] Gallery example in `./doc/examples` (new features only)
- [ ] Unit tests

[For detailed information on these and other aspects see [scikit-image contribution guidelines](http://scikit-image.org/docs/dev/contribute.html)]


## References
[If this is a bug-fix or enhancement, it closes issue # ]
[If this is a new feature, it implements the following paper: ]

2 changes: 1 addition & 1 deletion doc/source/contribute.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.. include:: ../../TASKS.txt
.. include:: ../../CONTRIBUTING.txt
.. include:: ../../.github/CONTRIBUTING.txt

0 comments on commit 26a8c71

Please sign in to comment.