mozilla / DeepSpeech

DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
Mozilla Public License 2.0
25.26k stars 3.96k forks source link

Better GitHub issue and pull-request templates #3110

Open felixevers opened 4 years ago

felixevers commented 4 years ago

GitHub offers the useful option of issue and pull-request templates. In this project, it would be an advantage to have multiple distinc templates for different purposes. For example, an issue for a bug report should look different than an issue for a feature request.

In addition, these templates and everything else should be placed in the .github folder for a better overview.

Useful templates:

lissyx commented 4 years ago

We already have a template for bug report. I'm not sure we need all the other ones (what difference do you make between improvement and enhancement? what would testing cover? why a PR template?), but please feel free to send PR to explicit your point of view