As discussed in last meeting:
TODO:
It would be great to have a link on the issue template choice page that goes directly to NeuroStars for usage questions. I think that should be possible with a config file (see here). +1 for a documentation improvement template as well.
EDIT: I just added a NeuroStars link to NiMARE and it looks pretty good:

+1 for a link to Neurostars !
Regarding improving the actual templates- what about making the summary comment at the top into specific sections?
For example, for the bug report, instead of
<!--
Include this information:
-------------------------
What version of Nilearn are you using?
What were you trying to do?
What did you expect will happen?
What actually happened?
List the steps you performed that revealed the bug to you.
Include any code samples. Enclose them in triple back-ticks (```)
Like this:
-->
we could have:
Nilearn version:
### Expected behavior
### Actual behavior
### Code to reproduce
\```python
\```
I like the idea! :+1:
I think the template is more clear and this will perhaps encourage user to copy-paste their code to reproduce.
Most helpful comment
Regarding improving the actual templates- what about making the summary comment at the top into specific sections?
For example, for the bug report, instead of
we could have: