Skip to content

Commit 5e808f7

Browse files
authored
Add Products.CMFPlone is preferred location to identify Plone core pa… (#1776)
* Add Products.CMFPlone is preferred location to identify Plone core packages - See plone/Products.CMFPlone#3594 (comment) ping @petschki * Fix typos
1 parent c81a125 commit 5e808f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/contributing/core/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ git pull
167167
## Edit packages
168168

169169
First identify the names of the Plone packages you want to work on.
170-
If you do not know, you can ask in the [Plone Community Forum](https://community.plone.org/).
170+
If you do not know, you can open an issue in the Plone GitHub repository for [`Products.CMFPlone`](https://github.com/plone/Products.CMFPlone/issues/), and someone might identify the source within a few days.
171+
You can also ask in the [Plone Community Forum](https://community.plone.org/).
171172
Only a few packages are in {file}`src/` by default.
172173

173174
Next create a new file {file}`buildout.local.cfg`, and add the names of packages that you want to develop under the `auto-checkout` list.
@@ -262,7 +263,7 @@ bin/test --all
262263
```
263264

264265
Plone uses [Playwright](https://playwright.dev/) to run robot tests.
265-
`plone.app.robotframework` provides a script to install Playwrite browsers.
266+
`plone.app.robotframework` provides a script to install Playwright browsers.
266267

267268
```shell
268269
./bin/rfbrowser init

0 commit comments

Comments
 (0)