Przeglądaj źródła

Added issue templates

Federico Dossena 7 lat temu
rodzic
commit
0c4c8c15bd

+ 28 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,28 @@
+---
+name: Bug report
+about: Report a bug with this project. Don't use this if you need help configuring
+  it
+
+---
+
+## Description
+A short description of what's going on
+
+## Server
+Every info you can provide about your server: web server, database, PHP version, ... as well as server-side speedtest settings
+If possible, provide an URL to your speedtest so we can check it
+
+## Client
+Browser, OS, type of connection, unusual software, ...
+
+## Steps to reproduce
+* Do this
+* Do that
+* Bad stuff happens
+
+## Expected behaviour
+What should have happened
+
+## Screenshots
+If necessary, add screenshots of the test. 
+F12 > Network screenshots can be particularly useful

+ 17 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -0,0 +1,17 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+
+---
+
+## Description
+A short description of your idea
+
+## Why it should be implemented
+Who it would benefit, ...
+
+## Optional: implementation suggestions
+If you have experience in this field, feel free to give us suggestions
+
+## Optional: screenshots
+Add some screenshots, mockups, ... if they help clarify what you want