-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from essentialkaos/develop
Version 1.6.4
- Loading branch information
Showing
26 changed files
with
203 additions
and
115 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,51 @@ | ||
name: ❗ Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: ["issue • bug"] | ||
assignees: | ||
- andyone | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
> [!IMPORTANT] | ||
> Before you open an issue, search GitHub Issues for a similar bug reports. If so, please add a 👍 reaction to the existing issue. | ||
- type: textarea | ||
attributes: | ||
label: Module version info | ||
description: Output of `grep 'github.com/essentialkaos/npck' go.sum` command | ||
render: shell | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: Short guide on how to reproduce this problem on our site | ||
placeholder: | | ||
1. [First Step] | ||
2. [Second Step] | ||
3. [and so on...] | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: What you expected to happen | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Actual behavior | ||
description: What actually happened | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional info | ||
description: Include gist of relevant config, logs, etc. |
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 @@ | ||
blank_issues_enabled: false |
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,28 @@ | ||
name: ❓ Question | ||
description: Question about application, configuration or code | ||
title: "[Question]: " | ||
labels: ["issue • question"] | ||
assignees: | ||
- andyone | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
> [!IMPORTANT] | ||
> Before you open an issue, search GitHub Issues for a similar question. If so, please add a 👍 reaction to the existing issue. | ||
- type: textarea | ||
attributes: | ||
label: Question | ||
description: Detailed question | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Module version info | ||
description: Output of `grep 'github.com/essentialkaos/npck' go.sum` command | ||
render: shell | ||
validations: | ||
required: true |
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,43 @@ | ||
name: ➕ Suggestion | ||
description: Suggest new feature or improvement | ||
title: "[Suggestion]: " | ||
labels: ["issue • suggestion"] | ||
assignees: | ||
- andyone | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
> [!IMPORTANT] | ||
> Before you open an issue, search GitHub Issues for a similar feature requests. If so, please add a 👍 reaction to the existing issue. | ||
> | ||
> Opening a feature request kicks off a discussion. Requests may be closed if we're not actively planning to work on them. | ||
- type: textarea | ||
attributes: | ||
label: Proposal | ||
description: Description of the feature | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Current behavior | ||
description: What currently happens | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Desired behavior | ||
description: What you would like to happen | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Use case | ||
description: Why is this important (helps with prioritizing requests) | ||
validations: | ||
required: true |
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
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
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
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
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
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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
module github.com/essentialkaos/npck | ||
|
||
go 1.19 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/essentialkaos/check v1.4.0 | ||
github.com/essentialkaos/ek/v12 v12.126.1 | ||
github.com/klauspost/compress v1.17.9 | ||
github.com/essentialkaos/ek/v13 v13.5.1 | ||
github.com/klauspost/compress v1.17.10 | ||
github.com/pierrec/lz4/v4 v4.1.21 | ||
github.com/ulikunitz/xz v0.5.12 | ||
) | ||
|
||
require ( | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/rogpeppe/go-internal v1.11.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
github.com/rogpeppe/go-internal v1.13.1 // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
) |
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
Oops, something went wrong.