Update issue templates (#25912)

* Update issue templates

To perhaps make it clearer that https://discuss.akka.io is the place for questions?

* Remove top-level template in favour of multiple templates

* Remove unintentional hyphens, reword feature request template
This commit is contained in:
Arnout Engelen 2018-11-13 18:45:57 +01:00 committed by Christopher Batey
parent d36d70ee63
commit 1c8577b107
3 changed files with 32 additions and 4 deletions

View file

@ -1,9 +1,13 @@
<!--
We use the issue tracker for bugs and feature requests. For general questions and discussion please use https://discuss.akka.io or https://gitter.im/akka/akka instead.
---
name: "\U0001F41B Bug report"
about: Create a report to help us improve
---
<!--
Please report issues regarding specific projects in their respective issue trackers, e.g.:
- Akka HTTP: https://github.com/akka/akka-http/issues
- Alpakka: https://github.com/akka/alpakka/issues
- Akka HTTP: https://github.com/akka/akka-http/issues
- Alpakka: https://github.com/akka/alpakka/issues
- Akka Persistence Cassandra Plugin: https://github.com/akka/akka-persistence-cassandra/issues
- ...

View file

@ -0,0 +1,17 @@
---
name: "\U0001F389 Feature request"
about: Suggest an idea for this project
---
<!--
Please report issues regarding specific projects in their respective issue trackers, e.g.:
- Akka HTTP: https://github.com/akka/akka-http/issues
- Alpakka: https://github.com/akka/alpakka/issues
- Akka Persistence Cassandra Plugin: https://github.com/akka/akka-persistence-cassandra/issues
- ...
Please explain your use case precisely, and if possible provide an example snippet.
Thanks, happy hakking!
-->

7
.github/ISSUE_TEMPLATE/--question.md vendored Normal file
View file

@ -0,0 +1,7 @@
---
name: "❓ Question"
about: Please use https://discuss.akka.io for questions
---
Please use https://discuss.akka.io for questions instead of posting them to the issue tracker.