Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

24 lines (14 loc) · 1.4 KB

Contributing to Bloc

The following is a set of guidelines for contributing to Bloc, which are hosted in the Pharo Graphics Organization on GitHub.

How Can I Contribute?

Reporting bugs and suggesting enhancements

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.

Submitting changes

Like most projects, we propose a standard GitHub Flow for contributions:

  1. Fork
  2. Create a topic branch
  3. Add commits
  4. Create a Pull Request
  5. Discuss and review your code
  6. 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.