From c59683dbdfe9f737c7f33ce5ca6f807ca18ed647 Mon Sep 17 00:00:00 2001 From: Ivan Vigliante Date: Wed, 10 Mar 2021 09:35:20 -0700 Subject: [PATCH 1/3] Updated pubspec.yaml version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7b86f045..783ebe51 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: parabeac_core description: A starting point for Dart libraries or applications. -version: 1.3.3 +version: 1.4.0 # homepage: https://www.example.com environment: From ca59ff1ad23d74e37e42d994ceb8543ea36107df Mon Sep 17 00:00:00 2001 From: Ivan <42812006+ivan-015@users.noreply.github.com> Date: Fri, 12 Mar 2021 12:10:48 -0700 Subject: [PATCH 2/3] Mergify: configuration update --- .mergify.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 66b90b70..c8da66b3 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -22,9 +22,8 @@ pull_request_rules: to contact us on Discord for help. Thank you!" - - name: Hotfix to stable - Create copy to dev + - name: Backport PR to dev if merging to stable conditions: - - head~=(?i)^hotfix - base=stable - "#approved-reviews-by>=2" #Two approvals needed actions: From ad13b14e9f0d9476e3d51375ae169c5c20c6ad52 Mon Sep 17 00:00:00 2001 From: Bryan Figueroa <35854816+SushiRoll53@users.noreply.github.com> Date: Mon, 22 Mar 2021 17:05:11 -0600 Subject: [PATCH 3/3] Create request-test-case-template.md --- .../request-test-case-template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/request-test-case-template.md diff --git a/.github/ISSUE_TEMPLATE/request-test-case-template.md b/.github/ISSUE_TEMPLATE/request-test-case-template.md new file mode 100644 index 00000000..4cb6a8e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-test-case-template.md @@ -0,0 +1,17 @@ +--- +name: Test Case Request Template +about: Request a test case. +title: '' +labels: Integration Testing +assignees: '' + +--- + +## Test Case Proposal +Describe in a sentence or two the test case that is being requested. + +## Additional information +Screenshots, examples, etc. + +## Benefits of the Test Case +What improvements occur because of this change?