diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 9650d39840..0000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,2 +0,0 @@ -# Always request reviews from TwoTen -* @TwoTenPvP \ No newline at end of file diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index a40f3d0e6a..0000000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,73 +0,0 @@ -# How to contribute -I'm really glad you're reading this, because we need volunteer developers to help this project evolve. - -If you haven't already, come find us on [Discord](http://discord.mlapi.network). -## Submitting changes -Please send a [GitHub Pull Request to MLAPI](https://github.com/midlevel/MLAPI/pull/new/master) with a clear list of what you've done (read more about [pull requests](http://help.github.com/pull-requests/)). -Please follow our commit message conventions (below) and make sure all of your commits are atomic (one feature per commit). - -## Commit Message Guidelines -We have very precise rules over how our git commit messages can be formatted. This leads to **more -readable messages** that are easy to follow when looking through the **project history**. But also, -we use the git commit messages to **generate the MLAPI change log**. We follow angular's message format. - -### Commit Message Format -Each commit message consists of a **header**, a **body** and a **footer**. The header has a special -format that includes a **type**, a **scope** and a **subject**: - -``` -(): - - - -