Skip to content

Commit

Permalink
Update ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
Just some quick helpful tips.
  • Loading branch information
8BallBomBom committed May 10, 2023
1 parent 4f837d0 commit 7c6189a
Showing 1 changed file with 27 additions and 12 deletions.
39 changes: 27 additions & 12 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,40 @@
<!--
If you have a question then please ask it on our community Discourse: https://react-native-webrtc.discourse.group/
otherwise if you wanted to report a bug then you are in the right place!
If you have any questions then please use our Community Discourse: https://react-native-webrtc.discourse.group/
Otherwise you are in the right place for reporting bugs.
Please include as much information as possible and make the issue title as descriptive as you can.
-->

#### Expected Behavior

But most of all please take your time and explain to the best of your abilities.
Code samples can be very helpful but even more so if displayed correctly.
Here is an example of how you can use syntax highlighting.
#### Observed Behavior
```javascript
console.log( 'Hello World' );
```
#### Steps to reproduce the issue
More info can be found over here.
https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting
-->

#### Expected Behavior:
<!--
Explain what you expect to happen.
-->

#### Observed Behavior:
<!--
Explain what is actually happening.
-->

#### Platform Information
#### Steps to reproduce the issue:
<!--
Explain how the issue can be reproduced.
If we manage to reproduce the issue then it is more likely to be addressed in an update.
-->

#### Platform Information
* **React Native Version**:
* **Plugin Version**:
* **OS**: <!-- Android / iOS / macOS / Web / Expo -->
* **OS Version**:
* **WebRTC Module Version**:
* **Platform OS + Version**: <!-- Android / iOS / macOS / Web / Expo -->

0 comments on commit 7c6189a

Please sign in to comment.