-
Notifications
You must be signed in to change notification settings - Fork 9
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
2 changed files
with
55 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,41 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- | ||
Before submitting a bug report please make sure that you are using the latest version of our plugin. Most of the time the reported issue is already fixed in the latest release because somebody else already discovered it. | ||
---> | ||
|
||
**Describe the bug:** | ||
<!--- A clear and concise description of what the bug is. ---> | ||
|
||
**Steps to reproduce:** | ||
1. ... | ||
2. ... | ||
3. ... | ||
|
||
**Where is it happening?** | ||
* [ ] On a server | ||
* [ ] Local dev environment | ||
|
||
**What are you requesting:** | ||
Username: ... | ||
Hashtag: ... | ||
|
||
**Config file:** | ||
<!-- If you are using a config file, please paste the full file into the code block --> | ||
<!-- Please make sure to remove your ProxyKey if you have one! --> | ||
|
||
```php | ||
|
||
``` | ||
|
||
**Software versions:** | ||
Plugin Version: x.x | ||
PHP Version: x.x | ||
CraftCMS Version: x.x |
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,14 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
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. --> |