Skip to content

Commit c238827

Browse files
authored
Merge pull request #72 from projectsyn/template-sync
Update from component template
2 parents 932494f + dd20ebd commit c238827

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.cruft.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/projectsyn/commodore-component-template.git",
3-
"commit": "8a2e7800ac2d62a4827968ce108f4d7b9bfd587f",
3+
"commit": "7803d07f1d79fc8b902fcafbb336b6b0a4b57b90",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {

.github/PULL_REQUEST_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Checklist
55

6-
- [ ] The PR has a meaningful title. It will be used to auto generate the
6+
- [ ] The PR has a meaningful title. It will be used to auto-generate the
77
changelog.
88
The PR has a meaningful description that sums up the change. It will be
99
linked in the changelog.
@@ -21,6 +21,6 @@ review the checklist.
2121
Contributors guide: ./CONTRIBUTING.md
2222
2323
Remove items that do not apply. For completed items, change [ ] to [x].
24-
These things are not required to open a PR and can be done afterwards,
24+
These things are not required to open a PR and can be done afterwards
2525
while the PR is open.
2626
-->

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
This is a [Commodore][commodore] Component for vcluster.
44

55
This repository is part of Project Syn.
6-
For documentation on Project Syn and this component, see https://syn.tools.
6+
For documentation on Project Syn and this component, see [syn.tools](https://syn.tools).
77

88
## Documentation
99

1010
The rendered documentation for this component is available on the [Commodore Components Hub](https://hub.syn.tools/vcluster).
1111

1212
Documentation for this component is written using [Asciidoc][asciidoc] and [Antora][antora].
13-
It is located in the [docs/](docs) folder.
14-
The [Divio documentation structure](https://documentation.divio.com/) is used to organize its content.
13+
It can be found in the [`docs`](docs) folder.
14+
We use the [Divio documentation structure](https://documentation.divio.com/) to organize our documentation.
1515

1616
Run the `make docs-serve` command in the root of the project, and then browse to http://localhost:2020 to see a preview of the current state of the documentation.
1717

@@ -20,7 +20,7 @@ After writing the documentation, please use the `make docs-vale` command and cor
2020
## Contributing and license
2121

2222
This library is licensed under [BSD-3-Clause](LICENSE).
23-
For information about how to contribute see [CONTRIBUTING](CONTRIBUTING.md).
23+
For information about how to contribute, see [CONTRIBUTING](CONTRIBUTING.md).
2424

2525
[commodore]: https://syn.tools/commodore/
2626
[asciidoc]: https://asciidoctor.org/

0 commit comments

Comments
 (0)