From 29e4e837e86e1e8bec79f6975e921210e5d679a1 Mon Sep 17 00:00:00 2001 From: Fabio Miranda Date: Mon, 25 Nov 2024 12:39:15 -0600 Subject: [PATCH] Update TODO.md --- TODO.md | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/TODO.md b/TODO.md index 5387713..4ae78fe 100644 --- a/TODO.md +++ b/TODO.md @@ -1,18 +1,21 @@ ## Process -- Contributions document (how to fork, how to make a contribution, pull request, contribution workflow, issue tracking guideline, templates for issues and pull requests, branch naming conventions). -- Code guideline document (folder structure, file structure). -- Bug reporting guideline. -- Dependency guidelines. -- Beginner friendly label issues. -- Examples. -- License. -- Code of conduct. -- Deployment document. -- Continuous integration (setting up) / testing (how to run tests locally). -- Defining roles. -- Defining roadmap. +- Contributions document + - How to fork + - How to make a contribution through a pull request (including template for pull requests) + - How to contribute an example dataflow + - How to create an issue (including template for issues) +- Code guideline document + - Folder structure and file structure +- License +- Code of conduct +- Deployment document +- Development roles +- Roadmap ## Functionalities -- Template. -- Users. -- Bug listing. +- Template +- Multiple users +- Testing + - Unit testing + - Integration testing + - Continuous integration