From 6da4a675dd0143f077c47c0f5f0ee1d049ed5c8d Mon Sep 17 00:00:00 2001 From: Luis Rangel Date: Sat, 2 Apr 2022 18:30:37 +0200 Subject: [PATCH 1/3] chore: consistent PR messages --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a6901fc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +### Description + + +### Tickets +- [PDN-XXX](https://receeve.atlassian.net/browse/PDN-XXX) + +### Dependencies +- \ No newline at end of file From 78250e12c6d08ee0902874c1fd68de73ff55a0a1 Mon Sep 17 00:00:00 2001 From: Luis Rangel Date: Thu, 14 Jul 2022 21:05:23 +0200 Subject: [PATCH 2/3] chore(PDN-3616): update PR template --- .github/pull_request_template.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a6901fc..7ad16c9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,17 @@ ### Tickets + - [PDN-XXX](https://receeve.atlassian.net/browse/PDN-XXX) ### Dependencies -- \ No newline at end of file + +- + +### ✅ 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 From c58c23e070a0fb144fb96dfb3c9d3024d9fb7260 Mon Sep 17 00:00:00 2001 From: olureceeve Date: Mon, 12 Jun 2023 13:50:16 +0100 Subject: [PATCH 3/3] removed ISC and added Unlincensed --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"