Thank you for considering contributing to Neataptic! Neataptic is currently only maintained by a single developer, so every little bit counts! There are many ways you can contribute: updating the documentation, reporting a bug or creating a new feature. We also stimulate the creation of projects using Neataptic; this allows us to show how Neataptic can be used.
Setting up the developer environment is fairly easy:
- Fork the repository (button on the topright corner of this page)
- Clone the repository to your computer (clone from chrome here)
cd
into the project directory, and runnpm install
And you are good to go!
PS: we use the Javascript Semistandard Style!
Nobody likes them, and we understand that you want to get rid of them as soon as possible, but to assure that the debugging proces runs smoothly we need to have all the information possible about the bug.
We need a couple of things to process a bug report efficiently:
- The version (1.x.x)
- The error log (this allows us to trace the source of the bug)
- What you were trying to do (e.g. connecting a node to a node)
- (if possible) a piece of code that allows us to reproduce the bug
- (optionally) Operating system and browser
When you encounter a bug and want to fix it, create an issue first. Then clearly say that you will create a pull request yourself that fixes the bug. This makes sure people are aware that the bug exists.
What you have to provide in your pull request:
- A link to the issue that describes the bug
- (if not in the issue yet), a brief explanation of what was going wrong
- How you fixed it
- What the possible side-effects are of the code change
And the pull request will be merged in no-time!
Neataptic gets extended all the time! However we prefer qualitative over quantitative
features - anyone can add a new Activation
method for example, but you have to ask
yourself if it really improves the project. But always feel free to create a pull
request with new features, as long as you incorporate the following:
- What feature you are adding (/improving)
- A usage example of the new feature (in code!)
- Why you think it adds something to Neataptic
- Possible side-effects of the new feature
Afterwards, there will be quick response - but the pull request may take some time to be accepted, so we can give other contributors time to comment as well.
PS: If you want to make big improvements/features, please create an issue or send an e-mail to [email protected]