mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-02-10 05:29:23 -06:00
fix: update branch references from canary to main in "canary-release" workflow and contributing guidelines
This commit is contained in:
2
.github/workflows/canary-release.yml
vendored
2
.github/workflows/canary-release.yml
vendored
@@ -3,7 +3,7 @@ name: Canary - Build and Push Docker Image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- canary
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@@ -59,11 +59,13 @@ BREAKING CHANGE: this is a breaking change
|
||||
### Submitting Pull Requests
|
||||
|
||||
If you would like to contribute code to QuickStack, please follow these steps:
|
||||
1. Fork the repository and create your branch from `canary`.
|
||||
1. Fork the repository and create your branch from `main`.
|
||||
2. If you have added code that should be tested, add tests.
|
||||
3. Ensure the test suite passes.
|
||||
4. Make sure your code lints.
|
||||
5. Submit a pull request to the `canary` branch.
|
||||
5. Submit a pull request to the `main` branch.
|
||||
|
||||
For each merged pull request a docker image for the canary tag will be created.
|
||||
|
||||
### Running Tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user