Add meta files

This commit is contained in:
Webber
2020-01-29 20:43:11 +01:00
committed by Webber Takken
parent 6854c930fe
commit 29197ce88c
14 changed files with 6039 additions and 13 deletions

View File

@@ -19,8 +19,20 @@ When fixing a bug it is fine to submit a pull request right away.
Steps to be performed to submit a pull request:
1. Fork the repository and create your branch from `master`
2. Fill out the description, link any related issues and submit your pull request.
1. Fork the repository and create your branch from `master`.
2. Run `yarn` in the repository root.
3. If you've fixed a bug or added code that should be tested, add tests!
4. Fill out the description, link any related issues and submit your pull request.
#### Pull Request Prerequisites
You have [Node](https://nodejs.org/) installed at v12.2.0+ and [Yarn](https://yarnpkg.com/) at v1.18.0+.
Please note that commit hooks will run automatically to perform some tasks;
- format your code
- run tests
- build distributable files
#### License