Skip to content

Commit 4b3047a

Browse files
mwaldheimsemrel-sync-bot
andauthored
chore: sync from plugin-template@67f96d0 -- CODE_OF_CONDUCT.md CONTRIBUTING.md Dockerfile (#9)
Co-authored-by: semrel-sync-bot <bot@semrel.io>
1 parent 88c3052 commit 4b3047a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to {{PROJECT_NAME}}
1+
# Contributing to updater-terraform
22

33
Thank you for your interest in contributing.
44

@@ -11,11 +11,11 @@ Thank you for your interest in contributing.
1111
## Workflow
1212

1313
1. Fork the repository and clone it locally
14-
2. Create a topic branch from `{{DEFAULT_BRANCH}}`
14+
2. Create a topic branch from `main`
1515
3. Keep changes focused and easy to review
1616
4. Run the relevant tests, lint checks, and build steps for the repo type
1717
5. 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

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
WORKDIR /src
66
RUN apk add --no-cache ca-certificates git
77
COPY go.mod go.sum ./

0 commit comments

Comments
 (0)