mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
c100b504dc
commit
a1b16a9118
1 changed files with 9 additions and 4 deletions
|
@ -1,13 +1,18 @@
|
||||||
# Question
|
# Question
|
||||||
|
|
||||||
If you have a question you can ask it in the [GitHub discussions page](https://github.com/AsamK/signal-cli/discussions)
|
If you have a question you can ask it in the [GitHub discussions page](https://github.com/AsamK/signal-cli/discussions)
|
||||||
|
|
||||||
# Report a bug
|
# Report a bug
|
||||||
|
|
||||||
- Search [existing issues](https://github.com/AsamK/signal-cli/issues?q=is%3Aissue) if it has been reported already
|
- Search [existing issues](https://github.com/AsamK/signal-cli/issues?q=is%3Aissue) if it has been reported already
|
||||||
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/AsamK/signal-cli/issues/new).
|
- If you're unable to find an open issue addressing the
|
||||||
- Be sure to include a **title and clear description**, as much relevant information as possible.
|
problem, [open a new one](https://github.com/AsamK/signal-cli/issues/new).
|
||||||
- Specify the signal-cli, JDK and OS version you're using. (and libsignal-client version, if self-compiled)
|
- Be sure to include a **title and clear description**, as much relevant information as possible.
|
||||||
- Run the failing command with `--verbose` flag to get a more detailed log output and include that in the bug report
|
- Specify the versions of signal-cli, libsignal-client (if self-compiled), JDK and OS you're using
|
||||||
|
- Specify if it's the normal java or the graalvm native version.
|
||||||
|
- Run the failing command with `--verbose` flag to get a more detailed log output and include that in the bug report
|
||||||
|
|
||||||
# Pull request
|
# Pull request
|
||||||
|
|
||||||
- Code style should match the existing code, IntelliJ users can use the auto formatter
|
- Code style should match the existing code, IntelliJ users can use the auto formatter
|
||||||
- Separate PRs should be opened for each implemented feature or bug fix
|
- Separate PRs should be opened for each implemented feature or bug fix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue