diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 92697ed..304bed5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,7 +11,10 @@ assignees: '' - WhatsApp version: [WhatsApp version] - OS: [Android/iOS] - [version] - Platform: [Linux/Windows/MacOS] -- Branch and version: [main/dev] - [exporter version] +- Exporter's branch and version: [main/dev] - [exporter version] + +**Describe the bug** +A clear and concise description of what the bug is. If it is an error yield by Python, please also provide the trackback ``` @@ -19,8 +22,6 @@ If it is an error yield by Python, please also provide the trackback ``` # Nice to have -**Describe the bug** -A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: diff --git a/README.md b/README.md index dbe30a8..1a2ae5b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ Then, create a working directory in somewhere you want mkdir working_wts cd working_wts ``` + +> [!TIP] +> macOS users should grant Full Disk Access to Terminal in the Security & Privacy settings before using the exporter. + ## Working with Android ### Unencrypted WhatsApp database Extract the WhatsApp database with whatever means, one possible means is to use the [WhatsApp-Key-DB-Extractor](https://github.com/KnugiHK/WhatsApp-Key-DB-Extractor)