From 1502e7f829c48136770f3faecdc1e0f5c4e81d01 Mon Sep 17 00:00:00 2001 From: Ararat Mnatsakanyan Date: Thu, 15 Aug 2024 11:11:55 +0200 Subject: [PATCH] Update ask question template COAND-842 --- .github/ISSUE_TEMPLATE/ask_question.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask_question.md b/.github/ISSUE_TEMPLATE/ask_question.md index 46e78cf90d..c3e16d1eae 100644 --- a/.github/ISSUE_TEMPLATE/ask_question.md +++ b/.github/ISSUE_TEMPLATE/ask_question.md @@ -6,25 +6,31 @@ labels: 'question' assignees: '' --- + -2. I reviewed the [integration guide](https://docs.adyen.com/online-payments/build-your-integration/?platform=Android) and [Github page](https://github.com/Adyen/adyen-android) to ensure the information I need isn't included: -3. I verified that the question specifically relates to the Android SDK: +1. Check previously opened issues and confirm that your question hasn't been asked before +2. Review the integration guide and Github docs to ensure the information you need isn't included +3. Verify that the question specifically relates to the Android SDK + +Integration guide: https://docs.adyen.com/online-payments/build-your-integration/?platform=Android +Github docs: https://github.com/Adyen/adyen-android/tree/develop/docs +--> ## Description - +Clearly state your question. Be as specific as possible to help us understand what you need assistance with. Provide some background on the situation or problem you're facing, explain what you are trying to achieve and where you encountered difficulties. ## Code Snippets (if applicable) - +Provide any relevant code snippets that illustrate your question or the problem you're experiencing. + ``` Insert your code here ``` ## Integration Information -1. Server-side integration: -2. Client-side integration: +1. Server-side integration: Sessions/Advanced flow +2. Client-side integration: Drop-in/Components 3. SDK version: ## Additional Information - +Include any other details that might help us understand your question better. This could include links to documentation, related GitHub issues, or any steps you've already tried.