Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.18 KB

File metadata and controls

32 lines (21 loc) · 1.18 KB

Contributing Guidelines

Thank you for considering spending your time contributing to the Deep Learning Toolkit for Splunk. Whether you're interested in bug-hunting, documentation, or creating entirely new features, this document will help and guide you through the process.

Issues & Bug Reports

If you're seeing some unexpected behavior with this project, please create an issue on GitHub providing the following information:

  • Version of the project you're using (e.g. 4.0.0)
  • Platform version (e.g. Linux)
  • Browser and version you're using (e.g. Chrome 80.0.3987)
  • Splunk version (e.g. 8.0.4)
  • Any other relevant information

Pull Requests

We love to see your fixes via pull requests!

To create a pull request:

  • Fork the project
  • Create a branch for the issue
  • Make your changes on your branch
  • Thoroughly test your changes
  • Perform a pull request against the develop branch

Remember:

  • Any pull request to Master will not be accepted
  • Address an issue per branch

Thank you for your valuable contributions!