Skip to content

Commit e6e7db0

Browse files
committed
Automated adjustment of repository templates
1 parent a8ac181 commit e6e7db0

File tree

5 files changed

+17
-12
lines changed

5 files changed

+17
-12
lines changed

.github/ISSUE_TEMPLATE/A.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: Having trouble getting started?
3-
about: Please contact us at support@bugsnag.com for assistance with integrating Bugsnag
3+
about: Please contact us at support@bugsnag.com for assistance with integrating BugSnag
44
into your application.
55
title: ''
66
labels: ''
77
assignees: ''
88

99
---
10-
Please checkout our [documentation](https://docs.bugsnag.com/platforms/python/) for guides, references and tutorials.
10+
Please check out our [documentation](https://docs.bugsnag.com/platforms/python/) for guides, references and tutorials.
1111

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

14-
Alternatively, view additional options at [support.md](../SUPPORT.md).
14+
Alternatively, view additional options at [SUPPORT.md](../SUPPORT.md).

.github/ISSUE_TEMPLATE/Bug_report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99

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

1212
### Describe the bug
1313
A clear and concise description of what the bug is.
@@ -19,7 +19,7 @@ A clear and concise description of what the bug is.
1919
4. See error
2020

2121
### Environment
22-
* Bugsnag version:
22+
* BugSnag version:
2323
* Python version:
2424
* Integration framework version:
2525
* ASGI:

.github/ISSUE_TEMPLATE/Feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99

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

1212
### Description
1313
<!-- Is your feature request related to a problem? Please describe.

.github/SUPPORT.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
## Are you having trouble getting started?
2-
If you haven't already, please checkout our [documentation](https://docs.bugsnag.com/platforms/python/) for guides, references and tutorials.
2+
If you haven't already, please check out our [documentation](https://docs.bugsnag.com/platforms/python/) for guides, references and tutorials.
33

4-
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.
4+
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 if you have a question about our supported features.
55

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

88
- example code snippet
99
- steps to reproduce
1010
- expected/actual behaviour
1111

12-
* Bugsnag version:
12+
* BugSnag version:
1313
* Python version:
1414
* Integration framework version:
1515
* ASGI:
@@ -20,8 +20,8 @@ When contacting support, please include as much information as necessary, includ
2020
* WSGI:
2121

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

2626
## Pull Requests
27-
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.
27+
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.

SECURITY.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
If you find a vulnerability in this SDK, please report it to our [Support Team](mailto:support@bugsnag.com) for review.

0 commit comments

Comments
 (0)