Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

40 lines (25 loc) · 1.36 KB

CONTRIBUTING

Everyone is welcome to contribute to Facebook Containers. Reach out to team members if you have questions:

Filing bugs

If you find a bug with Facebook Container, please file a issue.

Check first if the bug might already exist: https://github.com/mozilla/contain-facebook/issues

Open an issue

  1. Visit about:support
  2. Click "Copy raw data to clipboard" and paste into the bug. Alternatively copy the following sections into the issue:
  • Application Basics
  • Nightly Features (if you are in nightly)
  • Extensions
  • Experimental Features
  1. Include clear steps to reproduce the issue you have experienced.
  2. Include screenshots if possible.

Sending Pull Requests

Patches should be submitted as pull requests. When submitting patches as PRs:

  • You agree to license your code under the project's open source license (MPL 2.0).
  • Base your branch off the current main (see below for an example workflow).
  • Add both your code and new tests if relevant.
  • Run npm test to make sure all tests still pass.
  • Please do not include merge commits in pull requests; include only commits with the new relevant code.

See the main README for information on prerequisites, installing, running and testing.