Marlin Base Configurations

This commit is contained in:
Scott Lahteine 2020-04-06 15:47:04 -05:00
commit 97ec0c4172
409 changed files with 1191996 additions and 0 deletions

8
.github/contributing.md vendored Normal file
View file

@ -0,0 +1,8 @@
# Contributing Changes
- Make a fork of this repository under your account.
- Use Clone or Download to open the repo on your computer.
- Use Git or Guthub Desktop to checkout the `import-2.0.x` branch.
- Add new configurations and/or make changes to existing ones.
- Commit your changes and push them to your fork.
- Submit a Pull Request to the `import-2.0.x` branch.