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