Skip to content

How To: Implement a new Feature

This page describes the process of implementing a new feature in nessy and is meant as a starting point for developers who want to contribute to the framework.

Resources

These are the resources that support you in implementing a new feature:

  1. Documentation Guide: Guidelines on how to write documentation for nessy.
  2. Contribution Guide: Describes how to contribute to nessy and what is expected from a contribution.
  3. Development Environment Guide: Instructions on how to set up the local development environment. And explanations for common developer tools used in the project (such as uv, Makefile and devcontainers).
  4. How to implement Logging: A guide on how to implement logging in nessy.