Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Bug report
description: Create a report to help us improve
type: bug
body:
- type: markdown
attributes:
value: |
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!)
- We're still missing data! If you notice anything is missing, check our current issues to make sure no one else has noticed it as well.
- Provide a clear description of the issue.
- Provide a clear description of the expected behavior.
- Provide a clear description of the steps to reproduce.

Thank you!
- type: textarea
attributes:
label: Describe the Bug
description: Please describe the issue you're seeing and what you'd expect to find. If you're correcting data, please provide any sources that back up what you're mentioning.
validations:
required: true
- type: textarea
attributes:
label: Steps to Reproduce
description: Please describe how to reproduce the bug (e.g. the file or PokéAPI website that shows the problem). For missing data, you can point to existing endpoints that should have it, or just put "Missing data".
validations:
required: true
- type: dropdown
attributes:
label: Resolving the Bug
description: A lot of issues can be resolved with a quick PR to the API -- if that is the case here, feel free to skip this step and open the PR! If you'd like to open it to discussion first or simply make an issue to keep track of the timeline, continue here.
options:
- Anyone is open to making a PR for this issue.
- I plan on making a PR for this issue.
default: 0
16 changes: 6 additions & 10 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@

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 invitation link
url: https://pokeapi-slack-invite.herokuapp.com/
about: If you are not a member of our Slack, use this invitation link to be invited to join it
- name: Slack
url: https://pokeapi.slack.com/messages
about: Browse our Slack
- name: Questions
url: https://github.com/pokeapi/pokeapi/discussions
about: Any questions or comments can be posted to our discussions page
- name: Join our Discord
url: https://discord.com/invite/BpjJcKK4TC
about: To connect with other PokeAPI users and contributors, join our Discord
9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
---
name: Feature request
about: Suggest an idea for this project

---

<!--
Please search existing issues to avoid creating duplicates.
Thanks for contributing to the PokéAPI project. To make sure we're effective,
please check the following:

Describe the feature you'd like.
- Make sure your issue hasn't already been submitted on the issues tab. (It has
search functionality!)
- If this is in regards to missing data, please open a bug report instead.
- Describe the feature you'd like.

Thank you!
-->
Loading