-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0328f18
commit 0229b19
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Contributing to NeuNorm | ||
|
||
## Reporting issues | ||
|
||
When reporting issues please include as much detail as possible about your | ||
operating system, NeuNorm version and python version. Whenever possible, please | ||
also include a brief, self-contained code example that demonstrates the problem. | ||
|
||
## Contributing code | ||
|
||
Thanks for your interest in contributing code to NeuNorm! | ||
|
||
We are currently working on new features such as: | ||
- use of a mask to block pixels and not allow normalization of those pixels | ||
- speed up loading of data by working in parallel | ||
|
||
For any contribution you would like to add, please fork the NeuNorm project and use the pull request to bring them back to master. | ||
|