From 4cc40b70a28a5c6b6dae02682315c4679b0f7e72 Mon Sep 17 00:00:00 2001 From: Peter Leibiger Date: Thu, 14 Mar 2024 10:51:09 +0100 Subject: [PATCH] Add adapter to bug issue template (#2137) ### New Pull Request Checklist - [x] I have read the [Documentation](https://pub.dev/documentation/dio/latest/) - [x] I have searched for a similar pull request in the [project](https://github.com/cfug/dio/pulls) and found none - [x] I have updated this branch with the latest `main` branch to avoid conflicts (via merge from master or rebase) - [x] I have added the required tests to prove the fix/feature I'm adding - [x] I have updated the documentation (if necessary) - [x] I have run the tests without failures - [x] I have updated the `CHANGELOG.md` in the corresponding package ### Additional context and info (if any) --- .github/ISSUE_TEMPLATE/bug.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index b76b60c9f..d12c8f883 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -48,6 +48,19 @@ body: - Windows validations: required: true + - type: dropdown + id: adapter + attributes: + label: Adapter + description: Which adapter(s) are used? + multiple: true + options: + - Default Dio + - NativeAdapter + - Http2Adapter + - ConversionLayerAdapter + validations: + required: true - type: textarea id: flutter_info attributes: