Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.02 KB

File metadata and controls

25 lines (16 loc) · 1.02 KB

Contributing to Firefox Profiles

Thank you for your interest in contributing to Firefox Profiles! Here are some guidelines to help you get started.

How to Contribute

Reporting Bugs

If you find a bug, please open an issue on GitHub. Provide as much detail as possible to help us reproduce the problem.

Requesting Features

If you have an idea for a new feature, please open an issue and describe your proposal. We are happy to discuss new ideas!

Submitting Changes

  1. Fork the repository.
  2. Clone your fork locally.
  3. Create a new branch for your change (git checkout -b my-change) or use your local main.
  4. Make your changes.
  5. Commit your changes using the Conventional Commit convention (with or without emoji) (git commit -am 'feat: Add new feature').
  6. Push your branch (git push origin my-change).
  7. Open a pull request on GitHub.

Thank you again for your contribution!