Thanks to visit codestin.com
Credit goes to github.com

Skip to content
 
 

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Hotfixes branch

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.

Adding a new broken feature

  • 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,

Marking a feature as fixed

  • 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

About

:octocat: Browser extension that simplifies the GitHub interface and adds useful features

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages