Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ckaznocha committed May 11, 2014
1 parent 13bd7ea commit b372b51
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Contributing
Enhancements or fixes are welcome

## Issues
Check if a ticket for your issue already exists in GitHub issues. If you don't find a ticket submit a new one.

## Pull Requests
1. Fork the repo
1. Create your new branch from `master`.
1. Make your changes.
1. Commit and push the topic branch.
1. Submit a pull request.

###Style
- Lint your code with ShellCheck.
- Follow the existing conventions.

## License
By contributing to Bootable2VBox you agree that your contributions will be licensed under its MIT license.

0 comments on commit b372b51

Please sign in to comment.