diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-06-11 15:16:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-11 15:16:43 -0400 |
commit | 63c8be57bf124fd5470b759abdf90d4db0c44b5f (patch) | |
tree | 67ccf040383e4ffb7d8381e95d1948fe1900340d /CONTRIBUTING.md | |
parent | cc1464047598806f73dd4633ce19e8d22dbfc52b (diff) | |
download | NotEnoughUpdates-63c8be57bf124fd5470b759abdf90d4db0c44b5f.tar.gz NotEnoughUpdates-63c8be57bf124fd5470b759abdf90d4db0c44b5f.tar.bz2 NotEnoughUpdates-63c8be57bf124fd5470b759abdf90d4db0c44b5f.zip |
Add more .github files (#162)
added `CODE_OF_CONDUCT.md`, `SECURITY.md`, and `SUPPORT.md`
moved `CONTRIBUTING.md` to .github
updated `README.md`
added some of my files to `CODEOWNERS`
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c163317..922bdf60 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,5 @@ +# Contributing + ## Before you contribute - Please check your feature / bug isn't already fixed in one of our pre-releases or on [the development branch](https://github.com/NotEnoughUpdates/NotEnoughUpdates/tree/master/). @@ -23,7 +25,7 @@ - Optionally, run the `genSources` gradle task. - Run the `Minecraft Client` to make sure that everything works. -## Logging into Hypixel in a development environment. +## Logging into Hypixel in a development environment Use [DevAuth](https://github.com/DJtheRedstoner/DevAuth). Download the `forge-legacy` version, and put it into the `run/mods` folder. Then follow the configuration instructions in the [DevAuth README](https://github.com/DJtheRedstoner/DevAuth#configuration-file) |