Add iavm.xyz/b/{project}/new redirect

Change-Id: I481397745d2747eb7d1bc377128f1b405794acf6
diff --git a/redirects.php b/redirects.php
index 574f99c..773c529 100644
--- a/redirects.php
+++ b/redirects.php
@@ -13,6 +13,10 @@
     'redirect' => 'https://bugs.avm99963.com/p/$1/issues/detail?id=$2'
   ],
   [
+    'pattern' => '/^\/?b\/([^\/]+)\/new$/',
+    'redirect' => 'https://bugs.avm99963.com/p/$1/issues/entry'
+  ],
+  [
     'pattern' => '/^\/?tw-power-tools\/chrome-stable$/',
     'redirect' => 'https://chrome.google.com/webstore/detail/tw-power-tools-formerly-i/hpgakoecmgibigdbnljgecablpipbajb'
   ],