|
| 1 | +# Contributing guide |
| 2 | + |
| 3 | +First of all, thank you for taking the time to contribute! 💛 |
| 4 | + |
| 5 | +All types of contributions are encouraged and valued. See the [Table of Contents](#table-of-contents) for different ways to help and details about how this project handles them. |
| 6 | +Please make sure to read the relevant section before making your contribution. |
| 7 | + |
| 8 | +## Table of Contents |
| 9 | +- [I Have a Question](#i-have-a-question) |
| 10 | +- [I Want To Contribute](#i-want-to-contribute) |
| 11 | + - [Reporting Bugs](#reporting-bugs) |
| 12 | + - [Suggesting Enhancements](#suggesting-enhancements) |
| 13 | + - [Code Contributions](#code-contributions) |
| 14 | + - [Improving The Documentation](#improving-the-documentation) |
| 15 | + |
| 16 | +## I Have a Question |
| 17 | +> [!IMPORTANT] |
| 18 | +> If you want to ask a question, please take a moment to review the available [Documentation](../../). |
| 19 | +
|
| 20 | +For the quickest assistance, please contact the Logz.io Support team using the chat icon located in the bottom-right corner of your Logz.io account. |
| 21 | + |
| 22 | +If you prefer, you can [open an issue on GitHub](../../issues/), and our team will get back to you as soon as possible. |
| 23 | + |
| 24 | + |
| 25 | +## I Want To Contribute |
| 26 | +Reporting bugs and submitting feature requests are important contributions. |
| 27 | + |
| 28 | +### Reporting Bugs |
| 29 | +> [!NOTE] |
| 30 | +> **Before reporting a bug**, please ensure you are using the latest version. |
| 31 | +
|
| 32 | +**When reporting a bug**, please ensure you include the below information: |
| 33 | +* Current behavior (issue description) |
| 34 | +* Expected behavior |
| 35 | +* Steps to reproduce |
| 36 | + |
| 37 | +You can either reach out to Logz.io Support team using the chat icon located in the bottom-right corner of your Logz.io account. |
| 38 | + |
| 39 | +Or if you prefer, you can [open an issue on GitHub](../../issues/), and our team will address it as soon as possible. |
| 40 | + |
| 41 | +### Suggesting Enhancements |
| 42 | +You can either reach out to Logz.io Support team using the chat icon located in the bottom-right corner of your Logz.io account. |
| 43 | + |
| 44 | +Or if you prefer, you can [open an issue on GitHub](../../issues/), and our team will address it as soon as possible. |
| 45 | + |
| 46 | + |
| 47 | +### Code Contributions |
| 48 | +1. Checkout a new branch following the naming convention: `bugfix/<issue>` or `feature/<name>`. |
| 49 | +2. Make your changes. |
| 50 | +3. Test your changes locally. |
| 51 | +4. Push your changes and open a new PR. |
| 52 | + |
| 53 | +### Improving The Documentation. |
| 54 | +You can either: |
| 55 | +1. Reach out to Logz.io Support team using the chat icon located in the bottom-right corner of your Logz.io account. |
| 56 | +2. [Open an issue on GitHub](../../issues/), and our team will address it as soon as possible. |
| 57 | +3. Open a PR with the needed changes. |
| 58 | + - Checkout a new branch following the naming convention: `doc/<topic>`. |
| 59 | + - Make your changes. |
| 60 | + - Push your changes and open a new PR. |
| 61 | + |
| 62 | +## Attribution. |
| 63 | +This guide is based on the **contributing-gen** ❤️ [Make your own](https://github.com/bttger/contributing-gen)! |
0 commit comments