chore: Update boilerplate data

This commit is contained in:
2025-03-05 22:40:16 +01:00
parent fb12047b1b
commit 8449fed222
13 changed files with 39 additions and 178 deletions

View File

@@ -1,10 +1,8 @@
---
name: Pull Request
about: Propose changes to Portfolio
about: Propose changes to portfolio
title: "[PR] Your changes"
labels: pullrequest
assignees: Wessel
---
**Please describe the changes this PR makes and why it should be merged:**
@@ -14,6 +12,6 @@ assignees: Wessel
- [ ] Code changes have been tested and there aren't any typos in it
**Semantic versioning classification:**
- [ ] This PR changes Portfolio core codebase (methods or parameters added)
- [ ] This PR changes portfolio 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.