Skip to content

Commit

Permalink
add maintainers?
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Oct 25, 2024
1 parent 8e27dbf commit 4144b1b
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 12 deletions.
21 changes: 12 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ assignees: ''
<!-- You must use the issue template below -->

**Describe The Problem:**

<!-- A clear and concise description of what the bug is. -->

**To Reproduce:**

<!-- Steps to reproduce the behavior. -->

**Logs:**

<!-- Bug reports that do not contain logs may be closed without warning. -->

```
Expand All @@ -24,22 +27,22 @@ Remove any sensitive information.

**Homebridge Config:**

```json
\```json
Show your homebridge config.json here.
Remove any sensitive information, such as your homebridge-gsh / google-smarthome token.
```
\```

**Screenshots:**

<!-- If applicable, add screenshots to help explain your problem. -->

**Environment:**

* **Node.js Version**: <!-- node -v -->
* **NPM Version**: <!-- npm -v -->
* **Homebridge Version**: <!-- homebridge -V -->
* **Homebridge Camera FFmpeg Version**:
* **Homebridge Config UI X Plugin Version**:
* **Operating System**: <!-- Raspbian / Ubuntu / Debian / Windows / macOS / Docker -->

- **Node.js Version**: <!-- node -v -->
- **NPM Version**: <!-- npm -v -->
- **Homebridge Version**: <!-- homebridge -V -->
- **Homebridge Camera FFmpeg Version**:
- **Homebridge Config UI X Plugin Version**:
- **Operating System**: <!-- Raspbian / Ubuntu / Debian / Windows / macOS / Docker -->

<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@ 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. -->

<!-- Add any other context or screenshots about the feature request here. -->

<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/tested_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@ assignees: ''
---

**Manufacturer/Model:**

<!-- Which camera is this config for? -->

**Homebridge Config:**

```json
\```json
Show your homebridge config.json here.
Remove any sensitive information, such as your homebridge-gsh / google-smarthome token.
```
\```

**Additional Information:**

<!-- If there is any other information that would be helpful, share it here. -->

<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,23 @@
"type": "module",
"version": "4.0.0",
"description": "Homebridge Plugin Providing FFmpeg-based Camera Support",
"author": {
"name": "Khaos Tian"
},
"contributors": [
{
"name": "Sunoo"
},
{
"name": "Khaos Tian"
}
],
"license": "ISC",
"maintainers": [
{
"name": "Homebridge"
}
],
"funding": [
{
"type": "kofi",
Expand Down Expand Up @@ -56,6 +72,7 @@
"watch": "npm run build && npm link && nodemon",
"build": "npm run clean && tsc",
"prepublishOnly": "npm run lint && npm run build",
"postpublish": "npm run clean && npm ci",
"clean": "shx rm -rf ./dist",
"test": "npm run lint",
"docs": "typedoc",
Expand Down

0 comments on commit 4144b1b

Please sign in to comment.