You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,20 @@
9
9
**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.
10
10
11
11
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!
14
18
15
19
---
16
20
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
18
23
the template and ask you for configuration information (or you may accept the template's sensible defaults).
0 commit comments