-
Notifications
You must be signed in to change notification settings - Fork 672
Contributing
Vilius edited this page Dec 29, 2017
·
7 revisions
Looking to contribute something to miniPaint? Here's how you can help.
Good pull requests—patches, improvements, new features—are a fantastic help. They should remain focused in scope and avoid containing unrelated commits.
Please ask first before any significant pull request, otherwise you risk spending a lot of time working on something that the project's developers might not want to merge into the project.
Remember:
- Do not edit dist/* directly! Those files are automatically generated.
- Better do not edit src/js/core/* files if possible.
Contributing process:
- Fork the project & clone locally.
- If you cloned a while ago, get latest changes.
- Do the work, write good commit messages.
- Push to your origin repository.
- Create a new Pull Request in GitHub.
- Respond to any code review feedback.