From 6d728dcb10052651c790510105498248ac2d8362 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Wed, 17 Apr 2024 10:18:28 -0400 Subject: [PATCH] Add CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ README.md | 9 ++------- 2 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..4bc0673 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,4 @@ +# Contributing +Made changes or improvements to RESTfulMC? Consider opening a [pull request](https://git.rainnny.club/Rainnny/RESTfulMC/pulls) to merge your changes into the project. Remember to stick with project conventions! + +This project follows [Semantic Versioning](https://semver.org). \ No newline at end of file diff --git a/README.md b/README.md index d023071..806dea1 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,11 @@ A simple, yet useful RESTful API for Minecraft utilizing Springboot. - [Wiki](#wiki) - [SDKs](https://git.rainnny.club/Rainnny/RESTfulMC/wiki) - [JavaScript](./JS-SDK) -- [Contributing](#contributing) +- [Contributing](./CONTRIBUTING.md) --- ## Getting Started ### Wiki -Hi there! Looking for usage? View the [Wiki](https://git.rainnny.club/Rainnny/RESTfulMC/wiki) for more information! - -## Contributing -Made changes or improvements to RESTfulMC? Consider opening a [pull request](https://git.rainnny.club/Rainnny/RESTfulMC/pulls) to merge your changes into the project. Remember to stick with project conventions! - -This project follows [Semantic Versioning](https://semver.org). \ No newline at end of file +Hi there! Looking for usage? View the [Wiki](https://git.rainnny.club/Rainnny/RESTfulMC/wiki) for more information! \ No newline at end of file