From 4a07230202b9f95689a0f04685aa03a2ad11a28c Mon Sep 17 00:00:00 2001 From: Abhi Yerra Date: Wed, 8 Feb 2023 15:26:22 -0800 Subject: [PATCH 1/4] update pull request template file --- .github/pull_request_template.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..a658633 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,25 @@ +Closes # . + +# Code Checklist + +Ensure the following tasks are completed. + +- [ ] Is dependencies added with `poetry add`? +- [ ] Is the README.md updated? +- [ ] Are tests included? +- [ ] Are the tests running? +- [ ] Are the names of the files correct? +- [ ] Are migrations included? `make makemigrations && make migrate` +- [ ] Does `make up` work? +- [ ] Does `helm template show ./charts/opszero` work? +- [ ] Add PR/Issue to opsZero Project and set to `Review` column + +# Reviewer Checklist + +- [ ] Go through https://docs.opszero.com/intro.html#pull-request-checklist + +# Business Checklist + +- [ ] Is the marketing landing page updated? +- [ ] Is the sales proposal updated? +- [ ] Is the documentation updated? \ No newline at end of file From c237c05a2a6f1475a3c610f1f90f31917515aa8f Mon Sep 17 00:00:00 2001 From: Abhi Yerra Date: Wed, 8 Feb 2023 15:26:49 -0800 Subject: [PATCH 2/4] License Update --- LICENSE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index e93c76b..306c12c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,11 +1,11 @@ MIT License -Copyright (c) 2023 opsZero +Copyright(c) 2023 opsZero, LLC Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal +of this software and associated documentation files(the "Software"), to deal in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: From 3dbe41995677f261f51c0d7919895caeece79ab4 Mon Sep 17 00:00:00 2001 From: Abhi Yerra Date: Wed, 8 Feb 2023 15:26:50 -0800 Subject: [PATCH 3/4] FUNDING.yml Update --- .github/FUNDING.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..e45c056 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,13 @@ +# These are supported funding model platforms + +github: [abhiyerra] +# patreon: # Replace with a single Patreon username +# open_collective: # Replace with a single Open Collective username +# ko_fi: # Replace with a single Ko-fi username +# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +# liberapay: # Replace with a single Liberapay username +# issuehunt: # Replace with a single IssueHunt username +# otechie: # Replace with a single Otechie username +# lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +custom: ["https://www.opszero.com/devops"] From dc6f3ff3f248778e64cc80835a3ebb8532ab24d8 Mon Sep 17 00:00:00 2001 From: Abhi Yerra Date: Wed, 8 Feb 2023 15:41:15 -0800 Subject: [PATCH 4/4] Update CI.yml --- .github/workflows/CI.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 074743e..4c731c8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -5,6 +5,10 @@ on: branches: - main - master + tags: + - '*' + release: + types: [created] pull_request: workflow_dispatch: @@ -67,4 +71,4 @@ jobs: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: command: upload - args: --skip-existing * \ No newline at end of file + args: --skip-existing *