docs: update issue templates

This commit is contained in:
daimond113 2025-02-18 00:31:21 +01:00
parent 467a000c5c
commit 5d58b9dffb
No known key found for this signature in database
GPG key ID: 640DC95EC1190354
4 changed files with 16 additions and 16 deletions

View file

@ -1,10 +1,9 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: '' title: ""
labels: bug labels: bug
assignees: daimond113 assignees: daimond113
--- ---
**Describe the bug** **Describe the bug**
@ -12,6 +11,7 @@ A clear and concise description of what the bug is.
**To Reproduce** **To Reproduce**
If the issue is with: If the issue is with:
- pesde's library (e.g. linking): - pesde's library (e.g. linking):
1. include your project's manifest (pesde.toml) 1. include your project's manifest (pesde.toml)
2. if possible, a repository with a minimal reproduction of the issue. 2. if possible, a repository with a minimal reproduction of the issue.
@ -22,8 +22,9 @@ If the issue is with:
A clear and concise description of what you expected to happen. A clear and concise description of what you expected to happen.
**Please complete the following information:** **Please complete the following information:**
- pesde: (e.g. 0.6.0)
- Operating system: (e.g. Windows 11, macOS 15, Ubuntu 24.04) - pesde: (e.g. 0.6.0)
- Operating system: (e.g. Windows 11, macOS 15, Ubuntu 24.04)
**Additional context** **Additional context**
Add any other context about the problem here. Add any other context about the problem here.

View file

@ -1,10 +1,9 @@
--- ---
name: Feature request name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
title: '' title: ""
labels: enhancement labels: enhancement
assignees: daimond113 assignees: daimond113
--- ---
**Is your feature request related to a problem? Please describe.** **Is your feature request related to a problem? Please describe.**

View file

@ -4,7 +4,6 @@ about: Suggest a new engine
title: "[ENGINE]" title: "[ENGINE]"
labels: enhancement labels: enhancement
assignees: daimond113 assignees: daimond113
--- ---
**General information about the engine** **General information about the engine**
@ -12,20 +11,20 @@ Name: Lune
Repository: https://github.com/lune-org/lune Repository: https://github.com/lune-org/lune
**Checklist** **Checklist**
| Question | Answer | | Question | Answer |
|--------------------------------------------------------------------------------------|--------| |--------------------------------------------------------------------------------------|--------|
| Is this engine versioned according to [SemVer](https://semver.org/spec/v2.0.0.html)? | <ul><li>- [ ] </li></ul> | | 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> | | 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> | | 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 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> | | 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 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 | | 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)? | <ul><li>- [ ] </li></ul> |
These questions can help fast-track the engine being added. These questions can help fast-track the engine being added.

1
.github/ISSUE_TEMPLATE/config.yaml vendored Normal file
View file

@ -0,0 +1 @@
blank_issues_enabled: false