Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 1.34 KB

Contributing to Vertical Tabs Reloaded

Platform Support

  • Firefox only
    • only respective latest version
    • latest version of Firefox ESR is somewhat supported
      • this means, compatibility is not getting broken on purpose, but it might be necessary sometimes
      • pull requests concerning the latest ESR version are welcome, but if keeping compatibility means introducing major nasty hacks, the chance of merging is low

If you want to extend the platform support please start first a discussion by creating an issue (and as always search first for an existing one).

Issues

  • search first for an existing issue addressing your concern
  • provide as much relevant information as you can

Pull Requests

  • you agree to license your code and additional contributions under the terms of the MPL v2.0
  • if you want to make sure to have explicit credits within the project itself, then please add yourself to the credits.md file within your pull request
  • pull requests are requests. There is no guarantee that they will be accepted. Therefore, it might be wise to first start a discussion via opening an issue before starting to implement your idea