Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 2.68 KB

File metadata and controls

47 lines (38 loc) · 2.68 KB

👥 [YOUR GITMOJI] Merging PR #[YOUR PR NUMBER] — [THE AFFECTED MODULE / FILE]





Please check if the PR fulfills these requirements:

  • The commit message follows repository guidelines;
  • Tests for the changes have been added (for bug fixes / features);
  • Docs have been added / updated (for bug fixes / features).

🏷️ Type of change(s)

  • 🐛 Bug fix (non-breaking change which fixes an issue);
  • ✨ New feature (non-breaking change which adds functionality);
  • 📝 This change requires a documentation update.

🧪 Testing and verification

In [FILENAME INCLUDING PATH](hyperlink to file on branch main):

  • ✅ Test Case #1: Passed [TODO: provide description of changes / modifications];
  • ❌ Test Case #2: Failed [TODO: provide description / MUST LINK TO OPEN ISSUE IF FAILED];

💬 More info

The following notebook files have been added / modified:

  • [FILENAME INCLUDING PATH](hyperlink to file on branch main):
    • [TODO: Description of changes including any method or Class changes];

The following scripts / main program files have been added / modified:

  • [FILENAME INCLUDING PATH](hyperlink to file on branch main):
    • [TODO: Description of changes including any method or Class changes].