chore(boilerplate): Initialize

This commit is contained in:
2025-09-18 10:53:53 +02:00
parent 7247304555
commit af72a43e0b
17 changed files with 32 additions and 110 deletions

View File

@@ -0,0 +1,17 @@
---
name: Pull Request
about: Propose changes to ros2-assignments
title: "[PR] Your changes"
labels: pullrequest
---
**Please describe the changes this PR makes and why it should be merged:**
**Status**
- [ ] Code changes have been tested and there aren't any typos in it
**Semantic versioning classification:**
- [ ] This PR changes ros2-assignments core codebase (methods or parameters added)
- [ ] This PR includes breaking changes (methods removed or renamed, parameters moved or removed)
- [ ] This PR **only** includes non-code changes, like changes to documentation, README, etc.