From 1b984f2d82f31affb0503a225b66d5ba14ba18c4 Mon Sep 17 00:00:00 2001 From: daimond113 Date: Sat, 22 Feb 2025 21:50:00 +0100 Subject: [PATCH] docs: use list for engine support req --- .../03-engine-support-request.md | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/03-engine-support-request.md b/.github/ISSUE_TEMPLATE/03-engine-support-request.md index 2ee7118..654c764 100644 --- a/.github/ISSUE_TEMPLATE/03-engine-support-request.md +++ b/.github/ISSUE_TEMPLATE/03-engine-support-request.md @@ -11,20 +11,18 @@ Name: Lune Repository: https://github.com/lune-org/lune **Checklist** -| Question | Answer | -|--------------------------------------------------------------------------------------|--------| -| Is this engine versioned according to [SemVer](https://semver.org/spec/v2.0.0.html)? | | -| Does this engine provide pre-compiled builds? | | -| Will the engine get support for at least a year after it gets added to pesde? | | -| Does the engine have any notable differences to plain Luau (e.g. IO APIs)? | | -| Does the engine correctly implement `require` (according to Luau's RFCs)? | | -| Is the engine open-source under a reasonably permissive license? | | + +- [ ] Is this engine versioned according to [SemVer](https://semver.org/spec/v2.0.0.html)? +- [ ] Does this engine provide pre-compiled builds? +- [ ] Will the engine get support for at least a year after it gets added to pesde? +- [ ] Does the engine have any notable differences to plain Luau (e.g. IO APIs)? +- [ ] Does the engine correctly implement `require` (according to Luau's RFCs)? +- [ ] Is the engine open-source under a reasonably permissive license? If the answer is "no" to any of these questions, the engine will not be added. **Additional information** -| Question | Answer | -|--------------------------------------------------------------------------------------|--------| -| Are you willing to submit a pull request adding the engine (and a target for it)? | | + +- [ ] Are you willing to submit a pull request adding the engine (and a target for it)? These questions can help fast-track the engine being added.