Skip to content

Commit 2682bf0

Browse files
committed
chores: PR template
1 parent 3bf8fee commit 2682bf0

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Diff for: .github/ISSUE_TEMPLATE.md

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ _But the output was bar!_
2222

2323
_Output, either JSON or SQL_
2424

25-
2625
__Dialect:__ mysql / postgres / sqlite / mssql / any
2726
__Database version:__ XXX
2827
__Sequelize CLI version:__ XXX

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
Please fill in the template below.
3+
If unsure about something, just do as best as you're able.
4+
5+
You may skip the template below, if
6+
- You are only updating documentation
7+
- You are only fixing minor issue, which does not impact public API
8+
-->
9+
10+
### Pull Request check-list
11+
12+
_Please make sure to review and check all of these items:_
13+
14+
- [ ] Does `npm run test` pass with this change (including linting)?
15+
- [ ] Does the description below contain a link to an existing issue (Closes #[issue]) or a description of the issue you are solving?
16+
- [ ] Have you added new tests to prevent regressions?
17+
- [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
18+
19+
<!-- NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open. -->
20+
21+
### Description of change
22+
23+
<!-- Please provide a description of the change here. -->

0 commit comments

Comments
 (0)