Skip to content

Commit 5f93f55

Browse files
committed
Include plone.restapi throughout contributing/index.md
1 parent edfd711 commit 5f93f55

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/contributing/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,14 @@ See {doc}`setup-build` for instructions for how to set up and build the document
6363
Contributions are managed through git repositories on GitHub.
6464

6565
- [documentation](https://github.com/plone/documentation)
66+
- [plone.restapi](https://github.com/plone/plone.restapi)
6667
- [volto](https://github.com/plone/volto)
6768

6869
First discuss whether you should perform any work.
6970
Any method below is acceptable, but are listed in order of most likely to get a response.
7071

71-
- Search for open issues in [`documentation`](https://github.com/plone/documentation/issues) or [`volto`](https://github.com/plone/volto/issues) and comment on them.
72-
- Create a new issue in [`documentation`](https://github.com/plone/documentation/issues) or [`volto`](https://github.com/plone/volto/issues).
72+
- Search for open issues in [`documentation`](https://github.com/plone/documentation/issues), [`plone.restapi`](https://github.com/plone/plone.restapi/issues), or [`volto`](https://github.com/plone/volto/issues) and comment on them.
73+
- Create a new issue in [`documentation`](https://github.com/plone/documentation/issues), [`plone.restapi`](https://github.com/plone/plone.restapi/issues), or [`volto`](https://github.com/plone/volto/issues).
7374
- Discuss during conferences, trainings, and other Plone events.
7475
- Ask on the [Plone Community Forum, Documentation topic](https://community.plone.org/c/documentation/13).
7576
- Ask in the [Plone chat on Discord](https://discord.com/invite/zFY3EBbjaj).
@@ -110,14 +111,14 @@ Quick edits for minor issues, such as typographical errors, misspellings, and En
110111
For large edits, first follow the instructions in {doc}`setup-build`.
111112
112113
Once you have your environment set up, then you can follow the standard practice for making a pull request.
113-
This practice differs depending on whether you are making contributions to only the core `documentation` files or `volto` files as well.
114+
This practice differs depending on whether you are making contributions to only the core `documentation` files, or `plone.restapi` and `volto` files as well.
114115
115116
116117
(contributing-documentation-only-label)=
117118
118119
### Working with only the `plone/documentation` repository
119120
120-
This section describes how to make contributions to files in the `plone/documentation` repository only, and excludes `plone/volto/docs` files.
121+
This section describes how to make contributions to files in the `plone/documentation` repository only, and excludes files in `submodules/plone.restapi/docs` and `submodules/volto/docs`.
121122
122123
1. From the project root directory, sync your local `6-dev` branch with its remote.
123124
You might need to resolve conflicts.

0 commit comments

Comments
 (0)