-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/ReFlar/nightmode
- Loading branch information
Showing
1 changed file
with
49 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,49 @@ | ||
### Instructions (MUST READ FIRST) | ||
|
||
Before we can address your issues and concerns with the behavior of our work, we require every bit of detail from you to the fullest extent of this form. If this form is not properly filled out to it's entirity, we, ReFlar, reserve the right to close your issue due to lack of information thereof as well as not following instructions. | ||
|
||
* [x] By agreeing to these terms, you can simply leave this checkbox checked. | ||
|
||
### Prerequisites (Check these AFTER you create your issue) | ||
|
||
* [ ] Can you reproduce this problem in debug mode? | ||
* [ ] Are you running the latest version of this extension? | ||
* [ ] Is your Flarum up-to-date? | ||
|
||
### Description | ||
|
||
[Description of the bug or feature] | ||
|
||
### Steps to Reproduce | ||
|
||
1. [First Step] | ||
2. [Second Step] | ||
3. [and so on...] | ||
|
||
**Expected Behavior:** [What you expected to happen] | ||
|
||
**Actual Behavior:** [What actually happened (screenshots are welcomed!)] | ||
|
||
### Flarum/Server/Client Information | ||
|
||
## Technical Details | ||
|
||
- Version of Flarum (x.y.z): | ||
- Version of extension (x.y.z): | ||
- Website URL where the bug is visible (https://example.com): | ||
- The webserver you are running (Apache, Nginx, etc): | ||
- PHP version (x.y.z): | ||
- Hosted environment (Shared, VPS, etc): | ||
- Hosting provider (https://some-amazing-provider.com): | ||
|
||
## Flarum Info | ||
|
||
``` | ||
Output of "php flarum info", run this in terminal in your Flarum directory. | ||
``` | ||
|
||
## Log Files | ||
|
||
``` | ||
Put any relevant logs here. | ||
``` |