Anyone is allowed to contribute to this project. Bug fixes, improvements, feature requests, you name it!
However, before we start doing anything, especially on stuff within the extension folder, please keep in mind that:
-
First, you need to understand how browser extensions work.
-
Browser addons marketplaces have strict rules over a lot of things! Not every cool tech or approach is allowed, especially if it could bring vulnerability risk (from a security perspective).
- External requests are strictly monitored and controlled. See the
content_security_policyfield onmanifest.json. - This is one reason why libraries such as
jQueryandfont-awesomeare physically copied to the source code. - It would be nice to have some cutting-edge technology applied here, but if it's resulting in rejection during submission, well ... I will not approve it.
- I suggest opening a discussion/issue first, before doing any PRs, except if it's about code refactoring or bug fixing.
- External requests are strictly monitored and controlled. See the
-
Performance aspect is one primary key point in the development of Muslim Board.
- Muslim Board extension needs to work well across many computers, any browsers, on any condition: slow internet, offline mode, low-spec computer, etc.
- Certain images are loaded locally. These images will bring a performance boost during the initial load and also it's very useful when offline mode (no internet).
-
To contribute, simply fork → commit your changes → submit PR.
-
Navigate to CONTRIBUTING.md to see the list of amazing contributor of this project.