1## How to Report an Issue
2
31. For bugs and suggestions, please always **[report your issue on GitHub](https://github.com/soimort/translate-shell/issues)**.
4
52. For bugs, make sure you can reproduce on **the latest stable version** before reporting.
6
73. In your bug report, please include details such as:
8   * The exact command you entered, expected output and actual output
9   * The output of `trans -V` on your system
10
11## How to Send a Pull Request
12
13### Waiving Copyrights
14
15This is a public domain software, which means the author(s) do not retain any copyright interest in this repository. You ("the contributor") will be asked to **[sign the Contributor License Agreement](https://www.clahub.com/agreements/soimort/translate-shell)** before your contribution can be considered.
16
17### Following the Coding Style
18
19Please review the **[AWK style guide](https://github.com/soimort/translate-shell/wiki/AWK-Style-Guide)**.
20