From df54f877e1efa51205bd5b38d9113da121ec88bb Mon Sep 17 00:00:00 2001 From: samriddh2145 <156680067+samriddh2145@users.noreply.github.com> Date: Tue, 12 Nov 2024 02:24:49 +0800 Subject: [PATCH] Add AI declaration in DG --- docs/DeveloperGuide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 446ff3e5cd9..7064fe467fc 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -20,6 +20,10 @@ We also extend our gratitude to the creators of the following resources and libr * [JUnit](https://junit.org/junit5/) * [Jackson Library](https://github.com/FasterXML/jackson) +AI Declaration: +* Samriddh : Utilized ChatGPT for code completion, javadoc and writing test cases. +* Nihirra : Used GitHub Copilot and ChatGPT for debugging and assistance with code implementation. + --------------------------------------------------------------------------------------------------------------------