feat: use new issue_template standard

This commit is contained in:
Alessandro Pezzè 2020-08-12 22:45:07 +02:00
parent db754ef4f5
commit c7c7dd17d5
3 changed files with 35 additions and 3 deletions

View file

@ -1,11 +1,21 @@
# PLEASE READ BEFORE CREATING ISSUE
---
name: Bug report
about: Create a report to help us improve
---
<!--
Thanks for contributing to the PokéAPI project. To make sure we're effective, please check the following:
- Make sure your issue hasn't already been submitted on the issues tab. (It has search functionality!)
- If your issue is one of outdated API data, please note that we get our data from [veekun](https://github.com/veekun/pokedex/) without modifying it. If they are not up to date either, please look for or create an issue there. Otherwise, feel free to create an issue here.
- If your issue is one of outdated API data, please note that we get our data from [veekun](https://github.com/veekun/pokedex/). If they are not up to date either, please look for or create an issue there. Otherwise, feel free to create an issue here.
- Provide a clear description of the issue.
- Provide a clear description of the steps to reproduce.
- Provide a clear description of the expected behaviour.
- Provide a clear description of the expected behavior.
Thank you!
-->
Steps to Reproduce:
1.
2.

9
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,9 @@
blank_issues_enabled: false
contact_links:
- name: Question
url: https://stackoverflow.com/search?q=%22pokeapi%22
about: Please ask and answer questions here.
- name: Slack
url: https://pokeapi.slack.com/messages
about: Join our Slack

View file

@ -0,0 +1,13 @@
---
name: Feature request
about: Suggest an idea for this project
---
<!--
Please search existing issues to avoid creating duplicates.
Describe the feature you'd like.
Thank you!
-->