mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-04-18 10:53:56 +01:00
docs: use list for engine support req
This commit is contained in:
parent
c9faef256a
commit
1b984f2d82
1 changed files with 9 additions and 11 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue