docs: use list for engine support req

This commit is contained in:
daimond113 2025-02-22 21:50:00 +01:00
parent c9faef256a
commit 1b984f2d82
No known key found for this signature in database
GPG key ID: 640DC95EC1190354

View file

@ -11,20 +11,18 @@ Name: Lune
Repository: https://github.com/lune-org/lune Repository: https://github.com/lune-org/lune
**Checklist** **Checklist**
| Question | Answer |
|--------------------------------------------------------------------------------------|--------| - [ ] Is this engine versioned according to [SemVer](https://semver.org/spec/v2.0.0.html)?
| Is this engine versioned according to [SemVer](https://semver.org/spec/v2.0.0.html)? | <ul><li>- [ ] </li></ul> | - [ ] Does this engine provide pre-compiled builds?
| Does this engine provide pre-compiled builds? | <ul><li>- [ ] </li></ul> | - [ ] Will the engine get support for at least a year after it gets added to pesde?
| Will the engine get support for at least a year after it gets added to pesde? | <ul><li>- [ ] </li></ul> | - [ ] Does the engine have any notable differences to plain Luau (e.g. IO APIs)?
| Does the engine have any notable differences to plain Luau (e.g. IO APIs)? | <ul><li>- [ ] </li></ul> | - [ ] Does the engine correctly implement `require` (according to Luau's RFCs)?
| Does the engine correctly implement `require` (according to Luau's RFCs)? | <ul><li>- [ ] </li></ul> | - [ ] Is the engine open-source under a reasonably permissive license?
| Is the engine open-source under a reasonably permissive license? | <ul><li>- [ ] </li></ul> |
If the answer is "no" to any of these questions, the engine will not be added. If the answer is "no" to any of these questions, the engine will not be added.
**Additional information** **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)? | <ul><li>- [ ] </li></ul> |
These questions can help fast-track the engine being added. These questions can help fast-track the engine being added.