Files
Kseniia NikitinaandGitHub 1818166d06 Update templates (#13)
* chore: update issue templates

* chore: update PR template

* chore: update templates
2024-08-17 18:14:19 +02:00

23 lines
514 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: Question about usage
about: Ask a question about nearby_service usage
title: "[QUESTION]: "
labels: question
assignees: ksenia312
---
### Question:
Provide your question here (e.g., “Im not sure how to pass the peer ID to the `connectById()` method.”)
### Code Snippet:
Provide any relevant code snippets where you are using the API
```dart
// Example code where the issue occurs
_nearbyService.initialize();
_nearbyService.connectById(deviceId);
```
---
Your effort is appreciated 💗