From a2589fcefe709537d608bcf47bae153ab9ce7a70 Mon Sep 17 00:00:00 2001 From: AbdulRehman Date: Mon, 16 Mar 2026 11:28:40 +0500 Subject: [PATCH 1/2] Add donors, security policy & configuration for issue templates, --- .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++ DONORS.md | 24 ++++++++++++++++++++++++ SECURITY.md | 6 ++++++ 3 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 DONORS.md create mode 100644 SECURITY.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..2ba029e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: true # Let's have true for now until we have a issue template + +contact_links: + - name: Draconic proposals + url: https://github.com/Redot-Engine/draconic-proposals + about: Please submit feature proposals on the Draconic proposals repository, not here. + + - name: Draconic documentation repository + url: https://github.com/Redot-Engine/draconic-docs + about: Please report issues with documentation on the Draconic documentation repository, not here. + + - name: Draconic community channels + url: https://draconicengine.org/community + about: Please ask for technical support on one of the other community channels, not here. diff --git a/DONORS.md b/DONORS.md new file mode 100644 index 0000000..f439f6e --- /dev/null +++ b/DONORS.md @@ -0,0 +1,24 @@ +# Donors to the Draconic Engine project + +Draconic Engine is a non-profit project developed by a community of voluntary contributors. + +Our Team greatly appreciates any and all donations. +More information about supporting the project can be found on [Redot's Ko-Fi](https://ko-fi.com/redotengine). + +Below is a list of our generous donors. + +## Donors + + Grom + LionBox + Mike K + Matt MSZ + Syl + Dead Lenin + Lone Murmillo + sine nomine + Cirno + B00KW00D + Infinimus Prime + PrincepsDraconum + Arc diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..3651b0a --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,6 @@ +# Security Policy +## Reporting a Vulnerability +To report a security vulnerability that you found in Draconic, email us at `redotengine@gmail.com`. Please provide a video (if possible) alongside a PoC (Proof of Concept). +Thank you for helping us keep Draconic safe! +To report a security vulnerability that you found in Draconic, email us at `redotengine@gmail.com`. Please provide a video (if possible) alongside a PoC (Proof of Concept). +Thank you for helping us keep Draconic safe! From 77f089fdbcb7983d52047f8009949edd216fd0ca Mon Sep 17 00:00:00 2001 From: AR Date: Tue, 31 Mar 2026 08:28:31 +0500 Subject: [PATCH 2/2] Fix small issue in SECURITY.md --- SECURITY.md | 2 -- engine/native/thirdparty/bgfx | 1 + engine/native/thirdparty/bimg | 1 + engine/native/thirdparty/bx | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) create mode 160000 engine/native/thirdparty/bgfx create mode 160000 engine/native/thirdparty/bimg create mode 160000 engine/native/thirdparty/bx diff --git a/SECURITY.md b/SECURITY.md index 3651b0a..61493e1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,5 +2,3 @@ ## Reporting a Vulnerability To report a security vulnerability that you found in Draconic, email us at `redotengine@gmail.com`. Please provide a video (if possible) alongside a PoC (Proof of Concept). Thank you for helping us keep Draconic safe! -To report a security vulnerability that you found in Draconic, email us at `redotengine@gmail.com`. Please provide a video (if possible) alongside a PoC (Proof of Concept). -Thank you for helping us keep Draconic safe! diff --git a/engine/native/thirdparty/bgfx b/engine/native/thirdparty/bgfx new file mode 160000 index 0000000..8532b2c --- /dev/null +++ b/engine/native/thirdparty/bgfx @@ -0,0 +1 @@ +Subproject commit 8532b2c45d2f4332a9ac9734b85c2ea2253cb8d5 diff --git a/engine/native/thirdparty/bimg b/engine/native/thirdparty/bimg new file mode 160000 index 0000000..9114b47 --- /dev/null +++ b/engine/native/thirdparty/bimg @@ -0,0 +1 @@ +Subproject commit 9114b47f532ce59cd0c6c9f8932df2c48888d4c1 diff --git a/engine/native/thirdparty/bx b/engine/native/thirdparty/bx new file mode 160000 index 0000000..cac72f6 --- /dev/null +++ b/engine/native/thirdparty/bx @@ -0,0 +1 @@ +Subproject commit cac72f6cfa0893393ea12692ebfacb4495f8c826