I reviewed a theme and theme check is showing following message so do I accept or not.<br><br><ul class="tc-result"><li><span class="tc-lead tc-recommended">RECOMMENDED</span>: No 
reference to post-thumbnails was found in the theme. If the theme has a 
thumbnail like functionality, it should be implemented with <strong>add_theme_support( &#39;post-thumbnails&#39; )</strong>in the functions.php file.</li><li><span class="tc-lead tc-recommended">RECOMMENDED</span>: No reference to <strong>add_custom_image_header</strong> was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.</li>
<li><span class="tc-lead tc-recommended">RECOMMENDED</span>: No reference to <strong>add_custom_background()</strong>
 was found in the theme. If the theme uses background images or solid 
colors for the background, then it is recommended that the theme 
implement this functionality.</li><li><strong>header.php</strong> The theme appears to use include or require.
 If these are being used to include separate sections of a template from
 independent files, then <strong>get_template_part()</strong> should be used instead. <pre class="tc-grep">Line 134: &lt;?php <span class="tc-grep">include (</span>&#39;slide-image.php&#39;)  ?&gt; </pre></li></ul><br>