Skip to content

Commit 3b3b7ce

Browse files
Merge pull request #58 from bugsnag/templates-update-20230703-115303
2 parents 2d00e46 + 9a8fee5 commit 3b3b7ce

File tree

4 files changed

+122
-0
lines changed

4 files changed

+122
-0
lines changed

.github/ISSUE_TEMPLATE/A.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Having trouble getting started?
3+
about: Please contact us at [email protected] for assistance with integrating BugSnag
4+
into your application.
5+
title: ''
6+
labels: ''
7+
assignees: ''
8+
9+
---
10+
Please checkout our [documentation](https://docs.bugsnag.com/performance/unity/) for guides, references and tutorials.
11+
12+
If you have questions about your integration please contact us at [[email protected]](mailto:[email protected]).
13+
14+
Alternatively, view additional options at [support.md](../SUPPORT.md).
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve the library
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Before raising, please check if somebody else has already reported your issue. -->
11+
12+
### Describe the bug
13+
A clear and concise description of what the bug is.
14+
15+
### Steps to reproduce
16+
1. Go to '...'
17+
2. Click on '....'
18+
3. Scroll down to '....'
19+
4. See error
20+
21+
### Environment
22+
* BugSnag Performance library version:
23+
* BugSnag Error Monitoring library version (if any):
24+
* Unity version:
25+
* iOS/Android/macOS/Windows/browser version:
26+
* simulator/emulator or physical device:
27+
* Initializing bugSnag performance via a Unity GameObject or in code?:
28+
* Player Settings:
29+
* Scripting backend (Mono or IL2CPP):
30+
* API compatibility level for .NET:
31+
* Stack Trace level for all error types (None/ScriptOnly/Full):
32+
33+
<!--
34+
Below are a few approaches you might take to communicate the issue, in
35+
descending order of awesomeness. Please choose one and feel free to delete
36+
the others from this template.
37+
-->
38+
39+
### Example Repo <!-- Option 1 -->
40+
41+
- [ ] Create a minimal repository that can reproduce the issue
42+
- [ ] Link to it here:
43+
44+
### Example code snippet <!-- Option 2 -->
45+
46+
```
47+
# (Insert code sample to reproduce the problem)
48+
```
49+
50+
<!-- Error messages, if any -->
51+
<details><summary>Error messages:</summary>
52+
53+
```
54+
55+
```
56+
</details>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Before creating, please check if somebody else has already reported your feature request. -->
11+
12+
### Description
13+
<!-- Is your feature request related to a problem? Please describe.
14+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
15+
-->
16+
17+
**Describe the solution you'd like**
18+
<!-- A clear and concise description of what you want to happen. -->
19+
20+
**Describe alternatives you've considered**
21+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
22+
23+
**Additional context**
24+
<!--Add any other context about the feature request here.-->

.github/support.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## Are you having trouble getting started?
2+
If you haven't already, please checkout our [documentation](https://docs.bugsnag.com/performance/unity/) for guides, references and tutorials.
3+
4+
Or, if you wish you can [contact us directly](mailto:[email protected]) for assistance on integrating BugSnag into your application, troubleshooting an issue or a question about our supported features.
5+
6+
When contacting support, please include as much information as necessary, including:
7+
8+
- example code snippet
9+
- steps to reproduce
10+
- expected/actual behaviour
11+
12+
* BugSnag Performance library version:
13+
* BugSnag Error Monitoring library version (if any):
14+
* Unity version:
15+
* iOS/Android/macOS/Windows/browser version:
16+
* simulator/emulator or physical device:
17+
* Initializing BugSnag performance via a Unity GameObject or in code?:
18+
* Player Settings:
19+
* Scripting backend (Mono or IL2CPP):
20+
* API compatibility level for .NET:
21+
* Stack Trace level for all error types (None/ScriptOnly/Full):
22+
23+
## Bug or Feature Requests
24+
If you would like to raise a bug or feature request please do so by creating a [New Issue](https://github.com/bugsnag/bugsnag-unity-performance/issues/new/choose) and selecting bug or feature.
25+
Please note: we cannot promise that we will fulfil all requests
26+
27+
## Pull Requests
28+
If you have made a fix and would like to raise a pull request, please read our [CONTRIBUTING.md](../CONTRIBUTING.md) file before creating the pull request.

0 commit comments

Comments
 (0)