diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..9747bf6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: '' +assignees: '' + +--- + +# Must have +- WhatsApp version: [WhatsApp version] - [Android/iOS] +- Platform: [Linux/Windows/MacOS] +- Branch and version: [main/dev] - [exporter version] + +If it is an error yield by Python, please also provide the trackback +``` +[trackback here] +``` + +# Nice to have +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..94e61ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/CNAME b/CNAME index 3f9b57c..7dc94d5 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -wts.knugi.com \ No newline at end of file +wts.knugi.dev \ No newline at end of file diff --git a/README.md b/README.md index 8dff292..2ee8aaa 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ wtsexporter -i -b "C:\Users\[Username]\AppData\Roaming\Apple Computer\MobileSync ``` #### Mac ```sh -wtsexporter -i -b "~/Library/Application Support/MobileSync/Backup/[device id]" +wtsexporter -i -b ~/Library/Application\ Support/MobileSync/Backup/[device id] ``` ## Results