mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
4
.github/ISSUE_TEMPLATE.md
vendored
4
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,8 +1,8 @@
|
|||||||
**In raising this issue, I confirm the following:** `{please fill the checkboxes, e.g: [X]}`
|
**In raising this issue, I confirm the following:** `{please fill the checkboxes, e.g: [X]}`
|
||||||
|
|
||||||
- [] I have read and understood the [contributors guide](https://github.com/pi-hole/AdminLTE/blob/master/CONTRIBUTING.md).
|
- [] I have read and understood the [contributors guide](https://github.com/pi-hole/web/blob/master/CONTRIBUTING.md).
|
||||||
- [] The issue I am reporting can be _replicated_.
|
- [] The issue I am reporting can be _replicated_.
|
||||||
- [] The issue I am reporting isn't a duplicate (see [FAQs](https://github.com/pi-hole/pi-hole/wiki/FAQs), [closed issues](https://github.com/pi-hole/AdminLTE/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), and [open issues](https://github.com/pi-hole/AdminLTE/issues)).
|
- [] The issue I am reporting isn't a duplicate (see [FAQs](https://github.com/pi-hole/pi-hole/wiki/FAQs), [closed issues](https://github.com/pi-hole/web/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), and [open issues](https://github.com/pi-hole/web/issues)).
|
||||||
|
|
||||||
**How familiar are you with the the source code relevant to this issue?:**
|
**How familiar are you with the the source code relevant to this issue?:**
|
||||||
|
|
||||||
|
|||||||
@@ -5,15 +5,15 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/pi-hole/AdminLTE.git"
|
"url": "git+https://github.com/pi-hole/web.git"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "EUPL-1.2",
|
"license": "EUPL-1.2",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/pi-hole/AdminLTE/issues"
|
"url": "https://github.com/pi-hole/web/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/pi-hole/AdminLTE#readme",
|
"homepage": "https://github.com/pi-hole/web#readme",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prefix": "postcss \"style/*.css\" \"style/themes/*.css\" --use autoprefixer --no-map --replace",
|
"prefix": "postcss \"style/*.css\" \"style/themes/*.css\" --use autoprefixer --no-map --replace",
|
||||||
"prettier:check": "prettier -l \"style/*.css\" \"style/themes/*.css\" \"scripts/pi-hole/**/*.js\"",
|
"prettier:check": "prettier -l \"style/*.css\" \"style/themes/*.css\" \"scripts/pi-hole/**/*.js\"",
|
||||||
|
|||||||
@@ -490,7 +490,7 @@ function updateVersionInfo() {
|
|||||||
remote: version.web.remote.version,
|
remote: version.web.remote.version,
|
||||||
branch: version.web.local.branch,
|
branch: version.web.local.branch,
|
||||||
hash: version.web.local.hash,
|
hash: version.web.local.hash,
|
||||||
url: "https://github.com/pi-hole/AdminLTE/releases",
|
url: "https://github.com/pi-hole/web/releases",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user