diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..7ad16c9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ +### Description + + +### Tickets + +- [PDN-XXX](https://receeve.atlassian.net/browse/PDN-XXX) + +### Dependencies + +- + +### ✅ Checks + + +- [ ] Added/updated Unit Tests +- [ ] Created/Updated documentation +- [ ] The code does not contain any secret or sensitive information +- [ ] Dependencies are updated and don't contain known vulnerabilities diff --git a/package.json b/package.json index 3617b5c..b3bf0d3 100755 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "nyc mocha --compilers js:babel-core/register" }, "author": "Greg Hovanesyan", - "license": "MIT", + "license": "UNLICENSED", "repository": { "type": "git", "url": "https://github.com/greghub/funnel-graph-js.git"