# Contributing to rtlambda
Thank you for your interest in contributing to our project! We value all contributions including reporting issues, code contributions and suggestions.
## Issues
When reporting an issue please make sure to check the open issues on github first and see if the problem has already been reported.
Try to include as many relevant details as possible when creating an issue, including:
* The target architecture and OS your lambda runs on.
* Code samples.
* Instructions for reproducing the issue if relevant.
* The version of the code.
## Suggestions
Feature suggestions should be made using the github issue tracker. Please make sure to elaborate with relevant details and the rationale or use cases pertaining to your suggestion.
## Code contribution
Code contributions via github Pull requests are welcome.
When making pull requests, please make sure that you've properly tested your changes and made relevant additions or edits to the documentation.
Your pull requests should describe in detail the change being made to the code and the reasoning behind it.
## Security
If you discover any potential security issue or vulnerability in this project, we ask that you contact the project's author directly by email along with the details.
Please do **not** create a public github issue.
## Licensing
Contributions to the project are made under the Apache 2.0 license (see the included `LICENSE.Apache-2.0` file).
By submitting a pull request you agree to the terms of the license.