patch 8.2.3488: issue template is not easy to use

Problem:    Issue template is not easy to use.
Solution:   Use a yaml template. (closes #8928)
diff --git a/src/version.c b/src/version.c
index 06421bb..f3fbd45 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3488,
+/**/
     3487,
 /**/
     3486,