Closed
Description
We keep regressing in CONTRIBUTING.md. This time, it's starting to look like at least some contributors may not have been able to run drone tests since October 2018 (#6243). The last time we touched this was back in #4053, #4055, #4070, and #4071.
I think we need to:
- Script the drone testing that we're asking contributors to run, including fetching the right version of the drone cli tool, as well as the command line for running it.
- Change the instructions in https://github.com/go-gitea/gitea/blob/master/CONTRIBUTING.md to ask people to just run that script.
Both of these are handled by #6305.