diff --git a/src/content/sprints/napari.md b/src/content/sprints/napari.md new file mode 100644 index 000000000..34abfcae7 --- /dev/null +++ b/src/content/sprints/napari.md @@ -0,0 +1,34 @@ +--- +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!