Use this repo to create new python projects with ready-to-go build and deploy pipelines.
Remember to do the following after creating a new repo:
- ✔️ Search and replace
dotnet-project
anddotnet_project
with your desired project name - ✔️ Select build and deploy pipelines to use in
workflows/
dir.- Remove dummy code and uncomment real code
- Remove pipelines you won't need
- ✔️ Set up helm chart in .helm directory
- ✔️ Rename solution file in root of the repository
- ✔️ Rename project file under /src directory in the repository
- ✔️ Rename test project file under /test directory in the repository
- ✔️ Update the CODEOWNERS file with real code owners
- ✔️ Update all versions of actions to the latest release of github-actions repository
- ✔️ Update this README.
Happy coding!