Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyerra committed Feb 9, 2023
2 parents ffb07aa + dc6f3ff commit c9c1370
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -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"]
25 changes: 25 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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?
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main
- master
tags:
- '*'
release:
types: [created]
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -67,4 +71,4 @@ jobs:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --skip-existing *
args: --skip-existing *
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit c9c1370

Please sign in to comment.