Skip to content

Commit

Permalink
Update ask question template
Browse files Browse the repository at this point in the history
COAND-842
  • Loading branch information
araratthehero committed Aug 15, 2024
1 parent b185f6d commit 1502e7f
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/ISSUE_TEMPLATE/ask_question.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,31 @@ labels: 'question'
assignees: ''

---
<!--
Pre-Submission Checklist
## Pre-Submission Checklist
1. I checked [previously opened issues](https://github.com/Adyen/adyen-android/issues?q=is%3Aissue) and confirmed that my question hasn't been asked before: <!-- Yes/No -->
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: <!-- Yes/No -->
3. I verified that the question specifically relates to the Android SDK: <!-- Yes/No -->
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
<!-- Please 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. -->
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. -->
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: <!-- Sessions/Advanced flow -->
2. Client-side integration: <!-- Drop-in/Components -->
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. -->
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.

0 comments on commit 1502e7f

Please sign in to comment.