File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Code of Conduct
22
3- {{PROJECT_NAME}} is committed to providing a welcoming and harassment-free community.
3+ updater-terraform is committed to providing a welcoming and harassment-free community.
44
55## Our Pledge
66
Original file line number Diff line number Diff line change 1- # Contributing to {{PROJECT_NAME}}
1+ # Contributing to updater-terraform
22
33Thank you for your interest in contributing.
44
@@ -11,11 +11,11 @@ Thank you for your interest in contributing.
1111## Workflow
1212
13131 . Fork the repository and clone it locally
14- 2 . Create a topic branch from ` {{DEFAULT_BRANCH}} `
14+ 2 . Create a topic branch from ` main `
15153 . Keep changes focused and easy to review
16164 . Run the relevant tests, lint checks, and build steps for the repo type
17175 . Update docs when behavior, APIs, or contributor workflow changes
18- 6 . Open a pull request against ` {{DEFAULT_BRANCH}} `
18+ 6 . Open a pull request against ` main `
1919
2020## Commit Messages
2121
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: Apache-2.0
2- # SPDX-FileCopyrightText: 2026 The plugin-template Authors
2+ # SPDX-FileCopyrightText: 2026 The updater-terraform Authors
33
4- FROM golang:1.24 -alpine AS build
4+ FROM golang:1.25 -alpine AS build
55WORKDIR /src
66RUN apk add --no-cache ca-certificates git
77COPY go.mod go.sum ./
You can’t perform that action at this time.
0 commit comments