Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pustovitDmytro/npm-boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed May 8, 2021
2 parents 82194ff + 4acb941 commit 755e94a
Show file tree
Hide file tree
Showing 18 changed files with 360 additions and 364 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @pustovitDmytro
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ assignees: pustovitDmytro
---

**Issue Description**
A clear and concise description of what the bug is. Paste here brief summary of your issue.
A clear and concise description of what the bug is. Paste here a brief summary of your issue.

**Please follow the general troubleshooting steps first:**
- [ ] I've searched on the [issue tracker](../) before creating one.
- [ ] I'm running latest package version.
- [ ] I'm ready to provide help with fix, if needed.
- [ ] I'm running the latest package version.
- [ ] I'm ready to provide help with a fix if needed.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. See error
2. See an error

### What do you expect to happen?

Expand Down
2 changes: 1 addition & 1 deletion .mocharc.bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"color": true,
"full-trace": true,
"recursive": true,
"require": ["./tests/test.env.js"]
"require": ["./tests/init.js"]
}
2 changes: 1 addition & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"color": true,
"full-trace": true,
"recursive": true,
"require": ["./tests/test.env.js", "@babel/register"]
"require": ["./tests/init.js", "@babel/register"]
}
3 changes: 2 additions & 1 deletion .renovaterc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"prHourlyLimit": 1,
"semanticCommitType": "Chore",
"rangeStrategy": "replace",
"labels": ["dependencies"]
"labels": ["dependencies"],
"assigneesFromCodeOwners": true
},
{
"matchDepTypes": ["devDependencies"],
Expand Down
Loading

0 comments on commit 755e94a

Please sign in to comment.