diff --git a/README.md b/README.md index 7dd6bf8c..1f75321c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # OpenDiablo2 [![CircleCI](https://circleci.com/gh/OpenDiablo2/OpenDiablo2/tree/master.svg?style=svg)](https://circleci.com/gh/OpenDiablo2/OpenDiablo2/tree/master) -[![Code Status](https://www.codefactor.io/repository/github/OpenDiablo2/OpenDiablo2/badge)](https://www.codefactor.io/repository/github/OpenDiablo2/OpenDiablo2) ![Logo](d2logo.png) @@ -60,11 +59,16 @@ replace github.com/OpenDiablo2/OpenDiablo2 => /your/forked/import/path This will tell go to use your local path instead of the official repo. Be sure to exclude this change from your pull requests! -If you find something you'd like to fix thats obviously broken, create a branch, commit your code, and submit a pull request. If it's a new or missing feature you'd like to see, add an issue, and be descriptive! +If you find something you'd like to fix that's obviously broken, create a branch, commit your code, and submit a pull request. If it's a new or missing feature you'd like to see, add an issue, and be descriptive! If you'd like to help out and are not quite sure how, you can look through any open issues and tasks, or ask for tasks on our discord server. +**As of Oct. 26, 2020 we will no longer be accepting pull requests that introduce lint errors.** + +We use `golangci-lint` to catch lint errors, and we require all contributors to install and use + it. Installation instructions can be found [here](https://golangci-lint.run/usage/install/). + ## VS Code Extensions The following extensions are recommended for working with this project: