Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

35 lines (28 loc) · 1.76 KB

How to contribute

Crusta Browser is fast, secure, modern and powerful webbrowser with split-tabs and one-click controls, built on the top of Qt5 to give you the best internet experience you deserve. If you want to help with the development of Crusta Browser, please go through the following rules.

Reporting bugs and feature requests

  • Having a GitHub account is optional.
  • If you don't have a Github account then visit Crusta Browser How-To.
  • Check if the issue has already been reported (including closed tickets).
  • If possible, try to reproduce the issue with current snapshot from relevant branch of the source code repository.
  • Create a ticket for your issue.
  • Describe the issue clearly.
  • In case of bug reports:
    • describe the steps required to reproduce issue,
    • attach a backtrace if you have any,
    • post details about your setup:
      • application version,
      • system version (for example, Ubuntu 16.04 64 bit),
      • Qt version (for example, Qt 5.9.0 GNU-GCC 64 bit).

Submitting patches

  • Having a GitHub account is optional, If you don't have one, submit patches via anmol@crustabrowser.com. (if you have a Github account)
  • Fork the repository on GitHub.
  • Create a branch just for that task.
  • Submit your changes as a pull request so they can be reviewed.

Coding rules

  • Use the Stroustrup coding style.
  • Follow a naming scheme that is consistent with the existing code.
  • Remember to use tr() for translateable texts.

for more information visit Crusta Browser or mail to anmol@crustabrowser.com