Skip to content

Commit 58d50ab

Browse files
authored
Updated package.json and created a pull request template to avoid previously made PR issues (#36)
* Update package.json to 0.13.2 * Create pull_request_template.md * Update CHANGELOG.MD
1 parent de501f9 commit 58d50ab

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.github/pull_request_template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Before submitting this PR, please ensure that you have completed the following:
2+
3+
- [ ] Updated the CHANGELOG.md.
4+
- [ ] Updated the `packages.json` if necessary.
5+
- [ ] Checked that there aren't other open pull requests for the same issue/update.
6+
- [ ] Checked that your contribution follows the project's contribution guidelines.
7+
8+
## Description
9+
10+
Please describe your changes and any new features you're introducing, or issues you're fixing.
11+
12+
### Related Issues
13+
14+
Please link any related issues or bug reports that this PR will address.
15+
16+
---
17+
18+
Thank you for your contribution!

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.13.2
2+
- updated version to 0.13.2
3+
- pull request template added to reduce human factor
4+
15
## 0.13.1
26
- fixed a missed bracket
37

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qavajs/format-report-portal",
3-
"version": "0.13.0",
3+
"version": "0.13.2",
44
"description": "cucumber formatter for report portal",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)