We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bd7ea commit b372b51Copy full SHA for b372b51
1 file changed
CONTRIBUTING.md
@@ -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