From c576f1cedddabed7de0d5e9470d8ae04137ed87b Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Tue, 27 Feb 2024 09:00:11 +0000 Subject: [PATCH] Add basic issue template. --- .gitlab/issue_templates/Bug.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..005e742 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,34 @@ +## Required prerequisites + +- [ ] Make sure you've read the documentation. Your issue may be addressed there. +- [ ] Search the issue tracker and discussions to verify that this hasn't already been reported. +1 or comment there if it has. + +## What commit version of aidge do you use +- ``aidge_core``: X.X.X +- ``aidge_...``: X.X.X + +## Problem description + +Define the expected behavior. + +Is this a regression ? + +Please provide logs in the form of a code block + +```bash +Logs ... +``` + +## Reproducible example code + +You can attach code or use code block + +```python +``` + +or + +```c++ +``` + +/label ~Issue::Bug 🛠-- GitLab