diff options
author | Arne Schwabe <arne@rfc2549.org> | 2022-01-13 01:55:53 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2022-01-13 02:00:29 +0100 |
commit | 9c1fc2ed7f5325505c91e051faa41a56ff388041 (patch) | |
tree | cfa5e1fc27b228d258fbbee76fc726784d8eaba1 | |
parent | 8bfcbc4b93b7802f88bd2126585438f492fc7c6f (diff) |
Add config and log to issue template
-rw-r--r-- | ISSUE_TEMPLATE.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 5b80136c..322827bd 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -7,3 +7,16 @@ To make issues more manageable, I would appreciate it if you fill out the follow 4. Version of the app (version number/play store version/self-built) # Description of the issue + +# Log (if applicable) + +``` +log contents +``` + +# Configuration file + +``` +add the contents of the configuration file if applicable +be careful to not post private keys +``` |