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:
- Documentation Guide: Guidelines on how to write documentation for nessy.
- Contribution Guide: Describes how to contribute to nessy and what is expected from a contribution.
- 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,Makefileanddevcontainers).
- How to implement Logging: A guide on how to implement logging in nessy.