-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/opszero/rustypy
- Loading branch information
Showing
4 changed files
with
46 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters