Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.5 KB

CONTRIBUTING.md

File metadata and controls

38 lines (27 loc) · 1.5 KB

Contributing

Reporting a Bug

Before creating bug reports, please check bug list as you might find out that you don't need to create one. When you are creating a bug report, please include as many details as possible. Fill out the bug report template, the information it asks for helps us resolve issues faster.

Security Issues

If you think that you have found a security issue in code, don't use the bug report and don't publish it publicly. Instead, send an email to the security reports list (security@adshares.net).

Submitting a Patch

When contributing to this repository, please first discuss the change you wish to make via issue, telegram, e-mail, or any other method with the owners of this repository before making a change.

To submit the patch open a new GitHub pull request.

Some things that will increase the chance that your pull request is accepted:

  • Write tests.
  • Write a good commit message.
  • Ensure the PR description clearly describes the problem and solution.
  • Include the relevant issue number if applicable.