Skip to content

Commit

Permalink
Merge pull request #995 from bugsnag/SUP-34---github-templates
Browse files Browse the repository at this point in the history
SUP-34  GitHub templates
  • Loading branch information
bengourley committed Aug 20, 2020
2 parents 59542f1 + f10eaf9 commit d5b1ad1
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/A.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Having trouble getting started?
about: Please contact us at support@bugsnag.com for assistance with integrating Bugsnag
into your application.
title: ''
labels: ''
assignees: ''

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

If you have questions about your integration please contact us at [support@bugsnag.com](mailto:support@bugsnag.com).

Alternatively, view additional options at [support.md](../SUPPORT.md).
57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
name: Bug report
about: Create a report to help us improve the library
title: ''
labels: ''
assignees: ''

---

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

### Describe the bug
A clear and concise description of what the bug is.

### Steps to reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

### Environment
* Bugsnag version:
* Browser framework version (if any):
* Vue:
* React:
* Angular:
* Server framework version (if any):
* Koa:
* Express:
* Restify:
* Browser version (e.g. chrome, safari):
* Device (e.g. iphonex):

<!--
Below are a few approaches you might take to communicate the issue, in
descending order of awesomeness. Please choose one and feel free to delete
the others from this template.
-->

### Example Repo <!-- Option 1 -->

- [ ] Create a minimal repository that can reproduce the issue
- [ ] Link to it here:

### Example code snippet <!-- Option 2 -->

```
# (Insert code sample to reproduce the problem)
```

<!-- Error messages, if any -->
<details><summary>Error messages:</summary>

```
```
</details>
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

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

### Description
<!-- Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-->

**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context**
<!--Add any other context about the feature request here.-->
16 changes: 16 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Goal

<!-- Why is this change necessary? -->

## Design

<!-- Why was this approach used? -->

## Changeset

<!-- What changed? -->

## Testing

<!-- How was it tested? What manual and automated tests were
run/added? -->
29 changes: 29 additions & 0 deletions .github/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Are you having trouble getting started?
If you haven't already, please checkout our [documentation](https://docs.bugsnag.com/platforms/javascript/) for guides, references and tutorials.

Or, if you wish you can [contact us directly](mailto:support@bugsnag.com) for assistance on integrating Bugsnag into your application, troubleshooting an issue or 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:
* Browser framework version (if any):
* Vue:
* React:
* Angular:
* Server framework version (if any):
* Koa:
* Express:
* Restify:
* Browser version (e.g. chrome, safari):
* Device (e.g. iphonex):

## 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-js/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.

0 comments on commit d5b1ad1

Please sign in to comment.