mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-12-25 11:36:26 -05:00
add notice about linting, remove broken badge (#857)
This commit is contained in:
parent
7c8583d7d4
commit
f0890d83fa
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user