Skip to content

Commit 2c37977

Browse files
authored
Update readme to encourage reaching out early (#70)
# References and relevant issues Discussed in the core dev meeting. # Description Small change to encourage plugin devs usign the template to reach out early in the process, instead of only when the plugin is "ready". I also updated the admonition to use proper github admonition. cc @napari/core-devs
1 parent fa5d620 commit 2c37977

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,20 @@
99
**napari-plugin-template** is a convenient [copier](https://copier.readthedocs.io/en/stable/) template for authoring ([npe2](https://github.com/napari/npe2)-based) [napari](https://napari.org/) plugins.
1010

1111
Creating a plugin is a great way to extend napari's functionality. This repo provides a template to
12-
simplify the development and distribution your plugin. After creating a new plugin, we encourage you to send a
13-
post on our [Zulip forum](napari.zulipchat.com) to notify the napari community.
12+
simplify the development and distribution your plugin.
13+
14+
> [!TIP]
15+
> If you are interested in creating a plugin, have any questions about the process, or simply want to show
16+
off your progress, we encourage you to post on the [Zulip chat](napari.zulipchat.com), where the core team
17+
and the napari community are always active and happy to give you feedback!
1418

1519
---
1620

17-
📣 **NOTE: This repo is not meant to be cloned/forked directly!** Instead, the copier application will be used to execute
21+
> [!IMPORTANT]
22+
> This repo is not meant to be cloned/forked directly! Instead, the copier application will be used to execute
1823
the template and ask you for configuration information (or you may accept the template's sensible defaults).
19-
20-
Please read [Getting Started](#getting-started) below. 📣
24+
>
25+
> Please read [Getting Started](#getting-started) below.
2126
2227
By default, copier will use the most recently tagged version of the `napari-plugin-template`;
2328
to use the latest version in the main or development branch read the

0 commit comments

Comments
 (0)