Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.77 KB

CONTRIBUTING.md

File metadata and controls

38 lines (22 loc) · 1.77 KB

Contributing

Submitting a bug report

Found a bug? Before reporting it:

  1. Verify you can reproduce it in the latest version of GGShield.
  2. Search for other issues in GGShield issue tracker to make sure it has not already been reported.
  3. File a bug report.

Writing code

The doc/dev directory contains high-level documentation to help you get started with writing code for GGShield.

If you notice any outdated or unclear information, please file an issue or a pull request!

Fixing reported bugs

Confirmed bugs have a confirmed label on the issue tracker.

Leave a message on the issue tracker that you're interested in fixing this bug.

Proposing a new feature

Open an issue on the issue tracker with a feature request label.

Implementing new CI integration

Open an issue on the issue tracker, then submit a pull request.

Implementing a new feature

Open an issue as described in "Proposing a new feature", then submit a pull request.