Skip to content

Commit 07ab0e7

Browse files
committed
meta: Issue template + pull request template
1 parent a45ca90 commit 07ab0e7

File tree

3 files changed

+32
-16
lines changed

3 files changed

+32
-16
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: Report a reproducible bug or regression in Sentry JavaScript SDKs.
4+
---
5+
6+
<!-- Requirements: please go through this checklist before opening a new issue -->
7+
8+
- [ ] Review the documentation: https://docs.sentry.io/
9+
- [ ] Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
10+
- [ ] Use the latest release: https://github.com/getsentry/sentry-javascript/releases
11+
12+
## Package + Version
13+
14+
- [ ] `@sentry/browser`
15+
- [ ] `@sentry/node`
16+
- [ ] `raven-js`
17+
- [ ] `raven-node` _(raven for node)_
18+
- [ ] other:
19+
20+
### Version:
21+
22+
```
23+
0.0.0
24+
```
25+
26+
## Description
27+
28+
Describe your issue in detail, ideally you have a reproducible demo that you can show.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1+
Before submitting a pull request, please take a look at our
2+
[Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md) guidelines and verify:
13

2-
Before submitting a pull request, please verify the following:
3-
4-
* [ ] If you've added code that should be tested, please add tests.
5-
* [ ] If you've modified the API (e.g. added a new config or public method), update the [docs](https://github.com/getsentry/raven-js/tree/master/docs) and TypeScript [declaration file](/getsentry/raven-js/blob/master/typescript/raven.d.ts).
6-
* [ ] Ensure your code lints and the test suite passes (npm test).
4+
- [ ] If you've added code that should be tested, please add tests.
5+
- [ ] Ensure your code lints and the test suite passes (`yarn lint`) & (`yarn test`).

0 commit comments

Comments
 (0)