File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Report a bug in this Limnoria plugin
4+ title : " [BUG] "
5+ labels : bug
6+ assignees : ' '
7+ ---
8+
9+ # Bug Report
10+
11+ ## Description
12+
13+ Provide a clear description of the issue.
14+
15+ What happened?
16+ What did you expect to happen instead?
17+
18+ ## Steps to Reproduce
19+
20+ 1 . Run command:
21+ 2 . Describe the input or configuration used.
22+ 3 . Describe the observed behaviour.
23+
24+ ## Expected Behaviour
25+
26+ Describe the correct behaviour.
27+
28+ ## Environment
29+
30+ - Limnoria version:
31+ - Python version:
32+ - Plugin version:
33+ - Operating system:
34+ - Running in channel or private message?
35+
36+ ## Logs
37+
38+ Paste relevant log output here, if applicable.
39+
40+ ## Additional Context
41+
42+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an improvement or new feature
4+ title : " [FEATURE] "
5+ labels : enhancement
6+ assignees : ' '
7+ ---
8+
9+ # Feature Request
10+
11+ ## Summary
12+
13+ Briefly describe the proposed feature.
14+
15+ ## Motivation
16+
17+ Why would this feature improve the plugin?
18+
19+ ## Proposed Behaviour
20+
21+ Describe the behaviour you would like to see.
22+
23+ ## Considerations
24+
25+ Would this affect:
26+
27+ - [ ] Configuration
28+ - [ ] Command output
29+ - [ ] Permissions or access control
30+ - [ ] Network or API usage
31+ - [ ] File handling
32+ - [ ] Existing tests
33+
34+ ## Additional Context
35+
36+ Add examples, screenshots, or links here if useful.
Original file line number Diff line number Diff line change 1+ # Pull Request
2+
3+ ## Summary
4+
5+ Briefly describe the purpose of this pull request.
6+
7+ - What problem does it solve?
8+ - What feature does it add?
9+ - What behaviour does it change?
10+
11+ ## Type of Change
12+
13+ Please tick one:
14+
15+ - [ ] Bug fix
16+ - [ ] New feature
17+ - [ ] Refactor
18+ - [ ] Documentation update
19+ - [ ] Configuration change
20+ - [ ] Security improvement
21+
22+ ## Testing Performed
23+
24+ Describe how this change was tested.
25+
26+ - [ ] Ran plugin tests
27+ - [ ] Ran lint checks
28+ - [ ] Tested manually in Limnoria
29+ - [ ] Verified command output
30+ - [ ] Checked logs for errors
31+
32+ If applicable, include sample commands and outputs.
33+
34+ ## Security and Stability
35+
36+ Confirm where relevant:
37+
38+ - [ ] Input validation remains safe
39+ - [ ] Permissions or capability checks remain correct
40+ - [ ] File paths are handled safely
41+ - [ ] Secrets are not logged or committed
42+ - [ ] No unrelated behaviour changed
43+
44+ ## Documentation Updated
45+
46+ If relevant:
47+
48+ - [ ] README updated
49+ - [ ] CHANGELOG or release notes updated
50+ - [ ] Configuration documentation updated
51+
52+ ## Additional Notes
53+
54+ Add any extra context here.
You can’t perform that action at this time.
0 commit comments