Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/A.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: Having trouble getting started?
about: Please contact us at [email protected] for assistance with integrating Bugsnag
about: Please contact us at [email protected] for assistance with integrating BugSnag
into your application.
title: ''
labels: ''
assignees: ''

---
Please checkout our [documentation](https://docs.bugsnag.com/platforms/php/laravel/) for guides, references and tutorials.
Please check out our [documentation](https://docs.bugsnag.com/platforms/php/laravel/) for guides, references and tutorials.

If you have questions about your integration please contact us at [[email protected]](mailto:[email protected]).
If you have questions about your integration, please contact us at [[email protected]](mailto:[email protected]).

Alternatively, view additional options at [support.md](../SUPPORT.md).
Alternatively, view additional options at [SUPPORT.md](../SUPPORT.md).
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ assignees: ''

---

<!-- Before raising, please check if somebody else has already reported your issue. -->
<!-- Before raising, please check whether somebody else has already reported your issue. -->

### Describe the bug
A clear and concise description of what the bug is.
Expand All @@ -19,7 +19,7 @@ A clear and concise description of what the bug is.
4. See error

### Environment
* Bugsnag version:
* BugSnag version:
* PHP version:
* Composer version:
* Laravel version:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ assignees: ''

---

<!-- Before creating, please check if somebody else has already reported your feature request. -->
<!-- Before creating, please check whether somebody else has already reported your feature request. -->

### Description
<!-- Is your feature request related to a problem? Please describe.
Expand Down
23 changes: 23 additions & 0 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Are you having trouble getting started?
If you haven't already, please check out our [documentation](https://docs.bugsnag.com/platforms/php/laravel/) for guides, references and tutorials.

Or, if you wish, you can [contact us directly](mailto:[email protected]) for assistance on integrating BugSnag into your application, troubleshooting an issue, or if you have a question about our supported features.

When contacting support, please include as much information as necessary, including:

- example code snippet
- steps to reproduce
- expected/actual behaviour

* BugSnag version:
* PHP version:
* Composer version:
* Laravel version:
* Lumen version (if any):

## Bug or Feature Requests
If you would like to raise a bug or feature request, please do so by creating a [New Issue](https://github.com/bugsnag/bugsnag-laravel/issues/new/choose) and selecting bug or feature.
Please note: we cannot promise that we will fulfil all requests

## Pull Requests
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.
23 changes: 0 additions & 23 deletions .github/support.md

This file was deleted.

5 changes: 5 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Security Policy

## Reporting a Vulnerability

If you find a vulnerability in this SDK, please report it to our [Support Team](mailto:[email protected]) for review.
Loading