mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-04-04 10:50:55 +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
|
||||
|
||||
**Checklist**
|
||||
| Question | Answer |
|
||||
|--------------------------------------------------------------------------------------|--------|
|
||||
| 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? | <ul><li>- [ ] </li></ul> |
|
||||
| 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)? | <ul><li>- [ ] </li></ul> |
|
||||
| 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? | <ul><li>- [ ] </li></ul> |
|
||||
|
||||
- [ ] 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)? | <ul><li>- [ ] </li></ul> |
|
||||
|
||||
- [ ] 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue