add link to readme in contributing guide so people can't whinge and note in the README that issues without reproducible examples will be closed

This commit is contained in:
Sebastian McKenzie 2015-05-25 14:55:37 +01:00
parent dbe6f1b9a9
commit f4a3b2f01a
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# NOTE: BEFORE OPENING AN ISSUE PLEASE SEE THE [README](https://github.com/babel/babel#readme).
----
<p align="center">
<strong><a href="#setup">Setup</a></strong>
|

View File

@ -12,6 +12,10 @@
For questions and support please visit the <a href="https://gitter.im/babel/babel">gitter room</a> or <a href="http://stackoverflow.com/questions/tagged/babeljs">StackOverflow</a>. The Babel issue tracker is <strong>exclusively</strong> for bug reports and feature requests.
</p>
<p align="center">
Issues without instructions to reproduce <strong>will be immediately closed<strong>.
</p>
<p align="center">
For documentation and website issues please visit the <a href="https://github.com/babel/babel.github.io">babel.github.io</a> repo.
</p>