The hotfix.csv file allows the maintainers of Refined GitHub to immediately disable features that unexpectedly wreak havoc for a reason or another, without having to wait for the browser to download a new update.
More information can be found on: refined-github#3529
Note: The JSON file has been deprecated and can be removed in September 2021.
- Add the name of the feature on a new line, followed by a comma
- Ensure that the table is rendered on GitHub.com. If not, the CSV isn't valid
- Don't remove previous features unnecessarily, let's keep the file to about 10 lines
Example:
ci-link,21.5.1
fit-textareas,21.5.1
link-to-file-in-file-history,21.5.1
avoid-accidental-submissions,21.5.9
+ my-new-broken-feature,- Specify the version that contains the fixed feature on the same line
- Ensure that there are no trailing spaces
Example:
ci-link,21.5.1
fit-textareas,21.5.1
link-to-file-in-file-history,21.5.1
avoid-accidental-submissions,21.5.9
- my-new-broken-feature,
+ my-new-broken-feature,21.6.9