Skip to content

Salesforce stream for Arcane Streaming Service

Notifications You must be signed in to change notification settings

SneaksAndData/arcane-stream-salesforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template repository for .NET projects

Use this repo to create new python projects with ready-to-go build and deploy pipelines.

Checklist

Remember to do the following after creating a new repo:

  • ✔️ Search and replace dotnet-project and dotnet_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!