mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-16 11:27:48 +08:00
Added GitHub templates, moved CONTRIBUTING.md to .github
This commit is contained in:
@@ -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: ]
|
||||
|
||||
Reference in New Issue
Block a user