Mention requirement to use index-dev.html instead of index.html.

This commit is contained in:
Gene
2022-06-16 19:42:29 +03:00
committed by GitHub
parent aba61fe893
commit dd3c012325

View File

@ -26,6 +26,7 @@ Describe your issue here.
#### Client-side
- [ ] TinodeWeb/tinodejs: javascript client
* Browser make and version.
* IMPORTANT! Use `index-dev.html` to reproduce the problem, not `index.html`.
- [ ] Tindroid: Android app
* Android API level (e.g. 25).
* Emulator or hardware, if hardware describe it.
@ -56,4 +57,4 @@ Tell us what happens instead.
Copy server-side log here. You may also attach it to the issue as a file.
### Client-side log
Copy client-side log here (Android logcat, Javascript console, etc). You may also attach it to the issue as a file.
Copy client-side log here (Android logcat, Javascript console, etc). You may also attach it to the issue as a file. When posting console log from Webapp, please use `index-dev.html`, not `index.html`; `index.html` uses minified javascript which produces unusable logs).