Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.6 KB

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 1.6 KB

Contributing to Blast

The following is a set of guidelines for contributing to Blast CoreBundle, which are hosted in the Blast Project Organization on GitHub.

Table Of Contents

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.