chore(boilerplate): Initialize

This commit is contained in:
2025-09-03 09:40:11 +02:00
committed by Wessel Tip
parent 4c25561d5b
commit 913ef3f0ac
11 changed files with 31 additions and 109 deletions

View File

@@ -1,6 +1,6 @@
---
name: Pull Request
about: Propose changes to {{project.name}}
about: Propose changes to InHolland ROS2
title: "[PR] Your changes"
labels: pullrequest
---
@@ -12,6 +12,6 @@ labels: pullrequest
- [ ] Code changes have been tested and there aren't any typos in it
**Semantic versioning classification:**
- [ ] This PR changes {{project.name}} core codebase (methods or parameters added)
- [ ] This PR changes InHolland ROS2 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.