Skip to content

Commit b372b51

Browse files
committed
Create CONTRIBUTING.md
1 parent 13bd7ea commit b372b51

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Contributing
2+
Enhancements or fixes are welcome
3+
4+
## Issues
5+
Check if a ticket for your issue already exists in GitHub issues. If you don't find a ticket submit a new one.
6+
7+
## Pull Requests
8+
1. Fork the repo
9+
1. Create your new branch from `master`.
10+
1. Make your changes.
11+
1. Commit and push the topic branch.
12+
1. Submit a pull request.
13+
14+
###Style
15+
- Lint your code with ShellCheck.
16+
- Follow the existing conventions.
17+
18+
## License
19+
By contributing to Bootable2VBox you agree that your contributions will be licensed under its MIT license.

0 commit comments

Comments
 (0)