Merge branch 'master' into feat/release-docker-images

This commit is contained in:
Sebastian Di Luzio 2025-04-18 16:35:16 +01:00 committed by GitHub
commit 8e502efc0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
283 changed files with 8522 additions and 2934 deletions

View file

@ -2,7 +2,8 @@
name: "🐛 Bug Report"
about: Report an issue encountered while using Cockatrice
title: ''
labels: 'Bug'
type: 'Bug'
labels: ''
assignees: ''
---

View file

@ -1,8 +1,9 @@
---
name: "💡 Feature Request"
about: Request a new feature
about: Request a new feature for Cockatrice
title: ''
labels: 'Feature Request'
type: 'Feature'
labels: ''
assignees: ''
---