mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 22:18:40 +00:00
improve issue templates
This commit is contained in:
parent
a11053db54
commit
4b1e89a7d8
37
.github/dev_bug_report.md
vendored
Normal file
37
.github/dev_bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
---
|
||||||
|
name: Dev Bug Report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: stat_backlog, type_bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Bug Description
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
# How to Reproduce
|
||||||
|
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
## Minimal Code Example
|
||||||
|
|
||||||
|
```php
|
||||||
|
<?php
|
||||||
|
// your code ...
|
||||||
|
?>
|
||||||
|
```
|
||||||
|
|
||||||
|
# Expected Behavior
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
# Screenshots
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
# Additional Information
|
||||||
|
Add any other context about the problem here.
|
||||||
18
.github/dev_feature_request.md
vendored
Normal file
18
.github/dev_feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
name: Dev Feature Request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: stat_backlog, type_feature
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# What is the feature you request
|
||||||
|
* A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
* A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
# Alternatives
|
||||||
|
A clear and concise description of any alternative solutions or features you've considered.
|
||||||
|
|
||||||
|
# Additional Information
|
||||||
|
Add any other context or screenshots about the feature request here.
|
||||||
0
.github/issue_template.md
vendored
0
.github/issue_template.md
vendored
Loading…
Reference in New Issue
Block a user