Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1019 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 1019 Bytes

Contributing

Thanks for considering contributing to Akamai SIEM Connector!

Opening issues

If you find a bug, please feel free to open an issue.

If you taking the time to mention a problem, even a seemingly minor one, it is greatly appreciated, and a totally valid contribution to this project. Thank you!

Fixing bugs

We love pull requests. Here’s a quick guide:

  1. Fork this repository and then clone it locally.
  2. Create a branch for your changes:
git checkout -b fix-for-that-thing
  1. Commit your changes:
git commit -am "Adds a fix for that thing!"
  1. Push the changes to your fork:
git push origin fix-for-that-thing
  1. Submit a pull request.

Adding new features

Thinking of adding a new feature? Cool! Open an issue and let’s design it together.