From eeba0d7f5b33194c71afbee785a23eed687d7a0e Mon Sep 17 00:00:00 2001 From: Lorenzo Gaifas Date: Thu, 16 Jul 2026 09:54:35 +0200 Subject: [PATCH 1/2] Add napari sprint --- src/content/sprints/napari.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/content/sprints/napari.md diff --git a/src/content/sprints/napari.md b/src/content/sprints/napari.md new file mode 100644 index 000000000..376b06615 --- /dev/null +++ b/src/content/sprints/napari.md @@ -0,0 +1,26 @@ +--- +title: "napari" +numberOfPeople: "10" # How many people you expect to be able to accommodate. +pythonLevel: "Any" # Any, Beginner, Intermediate, or Advanced. +contactPerson: # The main person to reach out to regarding the sprint. + name: "Lorenzo Gaifas" + email: brisvag@proton.me + github: brisvag +links: # Add as many links as relevant. + - title: "napari website" + url: "https://napari.org" + - title: "github repository" + url: "https://github.com/napari/napari" +--- + +[napari](https://github.com/napari/napari) is a fast, interactive, multi-dimensional image viewer for Python. +Check out [napari.org](https://napari.org) for more information about the project, how to get started and how to contribute. + +For this sprint, you'll have easy access to some members of the core team to help you get started with using, contributing or extending napari. You're welcome to join whether you never used napari or you're a long time user! + +We don't have strict plans for this day, but here's a few ideas for what you could be doing: +- ask our help with getting started with napari, or with some issue you found along the way +- get guidance with developing your napari plugin +- fix that long-standing annoying bug that has been bothering you for so long... +- develop (or at least begin working on :P) a new feature you'd like to add to napari +- anything else that crosses your mind! From 93cdc73e5a404d6dc495af1be53d50d3e1bb7256 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 07:59:20 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/sprints/napari.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/content/sprints/napari.md b/src/content/sprints/napari.md index 376b06615..34abfcae7 100644 --- a/src/content/sprints/napari.md +++ b/src/content/sprints/napari.md @@ -13,14 +13,22 @@ links: # Add as many links as relevant. url: "https://github.com/napari/napari" --- -[napari](https://github.com/napari/napari) is a fast, interactive, multi-dimensional image viewer for Python. -Check out [napari.org](https://napari.org) for more information about the project, how to get started and how to contribute. +[napari](https://github.com/napari/napari) is a fast, interactive, +multi-dimensional image viewer for Python. Check out +[napari.org](https://napari.org) for more information about the project, how to +get started and how to contribute. -For this sprint, you'll have easy access to some members of the core team to help you get started with using, contributing or extending napari. You're welcome to join whether you never used napari or you're a long time user! +For this sprint, you'll have easy access to some members of the core team to +help you get started with using, contributing or extending napari. You're +welcome to join whether you never used napari or you're a long time user! -We don't have strict plans for this day, but here's a few ideas for what you could be doing: -- ask our help with getting started with napari, or with some issue you found along the way -- get guidance with developing your napari plugin +We don't have strict plans for this day, but here's a few ideas for what you +could be doing: + +- ask our help with getting started with napari, or with some issue you found + along the way +- get guidance with developing your napari plugin - fix that long-standing annoying bug that has been bothering you for so long... -- develop (or at least begin working on :P) a new feature you'd like to add to napari +- develop (or at least begin working on :P) a new feature you'd like to add to + napari - anything else that crosses your mind!