Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.65 KB

CONTRIBUTING.md

File metadata and controls

36 lines (19 loc) · 1.65 KB

Contribute to the Automation Kit

Welcome, and thank you for your interest in contributing to the Automation Kit.

There are many ways in which you can contribute to the Automation Kit. The goal of this document is to provide a high-level overview of how you can get involved.

Report a Bug or submit a Feature Request

Have you found a bug in the Automation Kit or do you want to suggest a new feature? Either way, please let us now by filing an issue while observing the following guidelines

Look for an existing issue

Before submitting your issue please search the issues to ensure your issue has not already been reported

If your bug or feature request has already been reported you are welcome to join the conversation by commenting and adding your reaction. Please use reactions to vote and not "+1" comments.

  • 👍 - upvote
  • 👎 - downvote

Submitting your Issue

Select the Issue template that matches the solution for which you want to submit an issue.

File a single issue per problem and feature request. Do not enumerate multiple bugs or feature requests in the same issue.

Do not add your issue as a comment to an existing issue unless it's for the identical input. Many issues look similar, but have different causes.

The more information you can provide, the more likely someone will be successful at reproducing the issue and finding a fix.

Observe the inline guidelines of the Issue template.

Contribute with Code

If you are interested in contributing to the Automation Kit by fixing issues or adding features please read the How to Contribute guide.

Thank You