-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Describe the Bug | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
### Steps to Reproduce | ||
|
||
Please provide a code sample that reproduces the issue. | ||
|
||
### Expected Behavior | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
### Current Behavior | ||
|
||
What is the current behavior? | ||
|
||
### Context | ||
|
||
Please fill in your environment information: | ||
|
||
- PHP Version: | ||
- Seme Framework Version: | ||
- Use MariaDB or MySQL, and its version: | ||
- Application version: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Documentation Issue / Request / Fix | ||
about: Report for documentation issue / request / problem | ||
title: 'Documentation Issue / Request / Fix' | ||
labels: documentation | ||
assignees: '' | ||
--- | ||
|
||
**Is documentation has a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when read documentation on section [...] | ||
|
||
**Is the issue related to file(s)? Answer if exists** | ||
This documentation should cover on this file [app/view/amp/page/...]. | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: good first issue | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |