Skip to content

Commit 8c3ff57

Browse files
authored
docs: update language onboarding guide (#2070)
Fixes #2052
1 parent a51ffe7 commit 8c3ff57

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

all_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ var ignoredExts = map[string]bool{
5050
".yml": true,
5151
".yaml": true,
5252
".txt": true,
53+
".webp": true,
5354
}
5455

5556
var ignoredDirs = []string{
325 KB
Loading

doc/language-onboarding.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The `state.yaml` file is the primary manifest that informs Librarian about the l
2929
It contains a comprehensive list of all libraries within the repository, along with their current state and
3030
configuration.
3131

32-
For a detailed breakdown of all of the fields in the `state.yaml` file, please refer to [state-schema.md].
32+
For a detailed breakdown of all the fields in the `state.yaml` file, please refer to [state-schema.md].
3333

3434
### `config.yaml`
3535

@@ -66,7 +66,7 @@ it must have a binary entrypoint that can accept the arguments passed by Librari
6666
6767
A successful container invocation is expected to exit with a code of `0`. Any non-zero exit code will be treated as an
6868
error and will halt the current workflow. If a container would like to send an error message back to librarian it can do
69-
so by including a field in the various response files outlined below. Additionally any logs sent to stderr/stdout will
69+
so by including a field in the various response files outlined below. Additionally, any logs sent to stderr/stdout will
7070
be surfaced to the CLI.
7171

7272
The following sections detail the contracts for each container command.
@@ -324,3 +324,8 @@ global file edits. The libraries that are being released will be marked by the `
324324
```
325325

326326
[state-schema.md]: state-schema.md
327+
328+
## Language repository settings
329+
To correctly parse the commit message of a merge commit, only allow squash merging
330+
and set the default commit message to **Pull request title and description**.
331+
![Pull request settings](assets/setting-pull-requests.webp)

0 commit comments

Comments
 (0)