Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

24 lines (14 loc) · 1.11 KB

Overview

Thank you for considering contributing to scany! This file contains contribution guidelines for new issues and pull requests.

Contribution guidelines

Issues

Before opening a new issue, please make sure that you have completed all the following steps:

Pull requests

Code correctness

All code changes must be covered with tests. See https://github.com/georgysavva/scany/wiki/Tests for how to work with scany tests.

Code quality

Make sure to follow Go best practices and stay consistent with the rest of the code. See https://github.com/georgysavva/scany/wiki/Code-quality for details.