Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 1.16 KB

CONTRIBUTING.md

File metadata and controls

34 lines (21 loc) · 1.16 KB

Contributing

Gravity (and it's logging-app) is an open source project.

It is the work of many contributors. We appreciate your help!

We follow a code of conduct.

Filing an Issue

Security issues should be reported directly to security@goteleport.com.

logging-app uses [Gravity's issue tracker]((https://github.com/gravitational/gravity/issues).

If you are unsure if you've found a bug, search the tracker first.

Once you know you have a issue, fill out all sections of the one of the templates at https://github.com/gravitational/gravity/issues/new/choose.

Gravity contributors will triage the issue.

Contributing A Patch

If you're working on an existing issue, respond to the issue and express interest in working on it. This helps other people know that the issue is active, and hopefully prevents duplicated efforts.

If you want to work on a new idea of relatively small scope:

  1. Submit an issue describing the proposed change and the implementation.
  2. The repo owners will respond to your issue promptly.
  3. Write your code, test your changes and communicate with us as you're moving forward.
  4. Submit a pull request from your fork.