From f34250d9054ed8561816b235a4662645fa2269ae Mon Sep 17 00:00:00 2001 From: alekskl01 Date: Sun, 24 Sep 2023 12:31:06 +0200 Subject: [PATCH] renamed and removed issue template --- .github/ISSUE_TEMPLATE/task-template.md | 14 -------------- .gitignore | 6 +++--- 2 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/task-template.md diff --git a/.github/ISSUE_TEMPLATE/task-template.md b/.github/ISSUE_TEMPLATE/task-template.md deleted file mode 100644 index 49fc3a92..00000000 --- a/.github/ISSUE_TEMPLATE/task-template.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Task template -about: Use this template when defining a new task in an issue. Make sure to fill out - all the fields. -title: "[TASK]" -labels: '' -assignees: '' - ---- - -**Time estimate:** -**Deadline:** - -**Description of task:** diff --git a/.gitignore b/.gitignore index 60cc4571..5e59bf14 100644 --- a/.gitignore +++ b/.gitignore @@ -47,9 +47,9 @@ qtcreator-* # Emacs .#* -# Catkin custom files -CATKIN_IGNORE +# Colcon custom files +COLKON_IGNORE # Custom ignores .vscode -.catkin_tools \ No newline at end of file +.colcon_tools \ No newline at end of file