Skip to content

Commit d105b07

Browse files
authored
Update issue templates
1 parent a3f899c commit d105b07

2 files changed

Lines changed: 86 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**This field is to issue a bug report for the WEBSITE and documentation at [L5lua.org](https://l5lua.org). To issue a bug report for the L5 coding library itself, visit the [L5 repo](https://github.com/L5lua/L5/issues) issues.**
11+
12+
**Describe the bug**
13+
A clear and concise description of what the bug is.
14+
15+
**To Reproduce**
16+
Steps to reproduce the behavior. It's usually best to include a [minimal code example](https://stackoverflow.com/help/minimal-reproducible-example).
17+
18+
**Expected behavior**
19+
A clear and concise description of what you expected to happen.
20+
21+
**Screenshots**
22+
If applicable, add screenshots to help explain your problem.
23+
24+
**Platform:**
25+
- OS: [e.g. macOS 14.2.1, Windows 11, Ubuntu 22.04]
26+
- L5 Version: [e.g. 0.1.3] (check top of L5.lua file)
27+
28+
**Additional context**
29+
Add any other context about the problem here.
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[Feature Request] "
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**This field is to issue a feature request for the WEBSITE and documentation at [L5lua.org](https://l5lua.org). To issue a feature request for the L5 coding library itself, visit the [L5 repo](https://github.com/L5lua/L5/issues) issues.**
11+
12+
**Is your feature request related to a problem? Please describe.**
13+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
14+
15+
**Describe the solution you'd like**
16+
A clear and concise description of what you want to happen.
17+
18+
**Describe alternatives you've considered**
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
21+
**Additional context**
22+
Add any other context or screenshots about the feature request here.
23+
24+
---
25+
name: Feature Request
26+
about: Suggest a new feature or improvement for L5
27+
title: '[FEATURE] '
28+
labels: enhancement
29+
assignees: ''
30+
---
31+
32+
## Feature Description
33+
A clear and concise description of the feature you'd like to see.
34+
35+
## Problem or Use Case
36+
What problem does this solve? What would this feature enable you to do?
37+
38+
## Proposed Solution
39+
How do you envision this feature working? Be as detailed as you'd like.
40+
41+
## Example Code (optional)
42+
If applicable, show what the API or usage might look like:
43+
```lua
44+
-- Example of how you'd like to use this feature
45+
```
46+
47+
## Alternatives Considered
48+
Have you thought of any alternative solutions or workarounds?
49+
50+
## Additional Context
51+
Add any other context, mockups, links to similar features in other libraries, or screenshots about the feature request here.
52+
53+
## Priority
54+
How important is this feature to you?
55+
- [ ] Nice to have
56+
- [ ] Would improve my workflow
57+
- [ ] Critical for my project

0 commit comments

Comments
 (0)