feat: Add initial code

This commit is contained in:
2025-03-02 17:23:42 +01:00
parent 699c061192
commit aa994f6fd3
68 changed files with 10913 additions and 117 deletions

View File

@@ -1,6 +1,6 @@
---
name: Pull Request
about: Propose changes to {{project.name}}
about: Propose changes to SetGame
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 SetGame 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.