Thank you for your interest in contributing to Firefox Profiles! Here are some guidelines to help you get started.
If you find a bug, please open an issue on GitHub. Provide as much detail as possible to help us reproduce the problem.
If you have an idea for a new feature, please open an issue and describe your proposal. We are happy to discuss new ideas!
- Fork the repository.
- Clone your fork locally.
- Create a new branch for your change (
git checkout -b my-change) or use your local main. - Make your changes.
- Commit your changes using the Conventional Commit convention (with or without emoji) (
git commit -am 'feat: Add new feature'). - Push your branch (
git push origin my-change). - Open a pull request on GitHub.
Thank you again for your contribution!