The following is a set of guidelines for contributing to Bloc, which are hosted in the Pharo Graphics Organization on GitHub.
Before creating issues, please check this list as you might find out that you don't need to create one. When you are creating a new issue, please include as many details as possible to help maintainers reproduce the problem or understand your suggestion.
Like most projects, we propose a standard GitHub Flow for contributions:
- Fork
- Create a topic branch
- Add commits
- Create a Pull Request
- Discuss and review your code
- Merge
If you want to submit changes, please send a GitHub Pull Request with a clear list of what you've done (read more about pull requests). Please make sure all of your commits are atomic (one feature per commit) and always write a clear log message for your commits to help maintainers understand and review your submission.