Skip to content

Commit 1ccf19a

Browse files
authored
Merge branch 'main' into copilot/fix-139
2 parents a8bac92 + 0e90c29 commit 1ccf19a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The main idea is that we are creating a multi-cluster application management sol
1111
- Follow the [Uber Go Style Guide](https://github.com/uber-go/guide/blob/master/style.md) if possible.
1212
- Favor using the standard library over third-party libraries.
1313
- Run "make reviewable" before submitting a pull request to ensure the code is formatted correctly and all dependencies are up to date.
14+
- The title of a PR must use one of the following prefixes: "[WIP] ", "feat: ", "test: ", "fix: ", "docs: ", "style: ", "interface: ", "util: ", "chore: ", "ci: ", "perf: ", "refactor: ", "revert: ". Please pick one that matches the PR content the most.
1415

1516
## Terminology
1617
- **Fleet**: A conceptual term referring to a collection of clusters.
@@ -216,4 +217,4 @@ This practice creates a trail of decision points that document our thought proce
216217

217218
**User**: This looks good.
218219

219-
**Agent**: I've updated the breadcrumb with the latest understanding.
220+
**Agent**: I've updated the breadcrumb with the latest understanding.

0 commit comments

Comments
 (0)