Thank you for your interest in contributing to Flobro! From commenting on and triaging issues, to reviewing and sending Pull Requests, all contributions are welcome.
The Open Source Guides website has a collection of resources for individuals, communities, and companies who want to learn how to run and contribute to an open source project. Contributors and people new to open source alike will find the following guides especially useful:
As a reminder, all contributors are expected to adhere to the Code of Conduct.
If you are eager to start contributing code right away, we have a list of good first issues that contain bugs which have a relatively limited scope.
There are other ways you can contribute without writing a single line of code. Here are a few things you can do to help out:
- Replying and handling open issues. Some of the issues we get may lack necessary information. You can help out by guiding people through the process of filling out the issue template, asking for clarifying information, or pointing them to existing issues that match their description of the problem.
- Reviewing pull requests for the docs. Reviewing documentation updates can be as simple as checking for spelling and grammar. If you encounter situations that can be explained better in the docs, click Edit at the top of most docs pages to get started with your own contribution.
- Help people write test plans. Some pull requests sent to the main repository may lack a proper test plan. These help reviewers understand how the change was tested, and can speed up the time it takes for a contribution to be accepted.
Each of these tasks is highly impactful, and maintainers will greatly appreciate your help.
We use GitHub issues and pull requests to keep track of bug reports and contributions from the community.
The main repository, https://github.com/flobro/flobro-chrome-app, contains the Flobro app itself and it is here where we keep track of bug reports and manage pull requests.
There are a few other repositories you might want to familiarize yourself with:
- Flobro website which contains the source code for the website, including the documentation, located at https://github.com/flobro/flobro-website
Browsing through these repositories should provide some insight into how the Flobro open source project is managed.
The Flobro documentation is hosted as part of the Flobro website repository at https://github.com/flobro/flobro-website. The website itself is located at https://flobro.app/ and it is built using Docusaurus. If there's anything you'd like to change in the docs, you can get started by clicking on the "Edit" button located on the upper right of most pages in the website.
If you are adding new functionality or introducing a change in behavior, we will ask you to update the documentation to reflect your changes.
Code-level contributions to Flobro generally come in the form of pull requests. These are done by forking the repo and making changes locally.
The process of proposing a change to Flobro can be summarized as follows:
- Fork the Flobro repository and create your branch from
develop
. - Make the desired changes to Flobro sources. Test with Chrome running in Developer mode.
- If you've added code that should be tested, add tests.
- If applicable, update the documentation, which lives in another repo.
- Ensure the test suite passes, either locally or on CI once you opened a pull request.
- Make sure your code lints (for example via
yarn lint --fix
). - Push the changes to your fork.
- Create a pull request to the Flobro repository.
- Review and address comments on your pull request.
- A bot may comment with suggestions. Generally we ask you to resolve these first before a maintainer will review your code.
If all goes well, your pull request will be merged. If it is not merged, maintainers will do their best to explain the reason why.
Tests help us prevent regressions from being introduced to the codebase. The GitHub repository is continuously tested using Circle and Appveyor, the results of which are available through the Checks functionality on commits and pull requests.
You can help others by sharing your experience with Flobro, whether that is through blog posts, presenting talks at conferences, or simply sharing your thoughts on social media.
If you need any assets in the form of a press kit, please visit our website.