-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c8324e
commit 775459a
Showing
47 changed files
with
965 additions
and
1,773 deletions.
There are no files selected for viewing
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,47 @@ | ||
# SPDX-FileCopyrightText: Copyright 2020-2023, Contributors to CICD | ||
# SPDX-PackageHomePage: https://github.com/dmyersturnbull/cicd | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
name: "Bug" | ||
title: "🐛 Bug" | ||
description: "Bug report" | ||
labels: ["type: fix"] | ||
|
||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: What happened? | ||
placeholder: Detail what you did and what happened. | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: What OS types are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Windows | ||
- Linux | ||
- macOS | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What browsers are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Chrome | ||
- Firefox | ||
- Edge | ||
- Safari | ||
- Opera | ||
- Samsung Internet | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. |
File renamed without changes.
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,17 @@ | ||
# SPDX-FileCopyrightText: Copyright 2020-2023, Contributors to CICD | ||
# SPDX-PackageHomePage: https://github.com/dmyersturnbull/cicd | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
name: "Documentation" | ||
title: "📚 Documentation" | ||
description: "Documentation issue" | ||
labels: ["type: docs"] | ||
|
||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: What needs work? | ||
placeholder: Describe the documentation issue. | ||
validations: | ||
required: true |
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,17 @@ | ||
# SPDX-FileCopyrightText: Copyright 2020-2023, Contributors to CICD | ||
# SPDX-PackageHomePage: https://github.com/dmyersturnbull/cicd | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
name: "Feature" | ||
title: "✨ Feature" | ||
description: "Feature request" | ||
labels: ["type: feature"] | ||
|
||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: What is the feature request? | ||
placeholder: Describe the feature you would like. | ||
validations: | ||
required: true |
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,52 @@ | ||
# SPDX-FileCopyrightText: Copyright 2020-2023, Contributors to CICD | ||
# SPDX-PackageHomePage: https://github.com/dmyersturnbull/cicd | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
name: "Performance" | ||
title: "🐢 Performance" | ||
description: "Performance issue" | ||
labels: ["type: performance"] | ||
|
||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: What is the performance issue? | ||
placeholder: Detail your steps and where the performance dropped. | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version are you running? | ||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: What OS types are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Windows | ||
- Linux | ||
- macOS | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What browsers are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Chrome | ||
- Firefox | ||
- Edge | ||
- Safari | ||
- Opera | ||
- Samsung Internet | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. |
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,64 @@ | ||
# SPDX-FileCopyrightText: Copyright 2020-2023, Contributors to CICD | ||
# SPDX-PackageHomePage: https://github.com/dmyersturnbull/cicd | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
name: "Security issue" | ||
title: "🔒 Security issue" | ||
description: "Security issue" | ||
labels: ["kind: security 🔒"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
If this is a serious issue, please omit details and the developers will get in touch. | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What is the security problem? | ||
placeholder: Describe the issue, or leave blank. | ||
validations: | ||
required: false | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version are you running? | ||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: What OS types are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Windows | ||
- Linux | ||
- macOS | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What browsers are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Chrome | ||
- Firefox | ||
- Edge | ||
- Safari | ||
- Opera | ||
- Samsung Internet | ||
validations: | ||
required: false | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you? (Not required.) | ||
placeholder: ex. email@example.com | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. |
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 @@ | ||
# Pull request |
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,10 +1,47 @@ | ||
# SPDX-FileCopyrightText: Copyright 2020-2023, Contributors to CICD | ||
# SPDX-PackageHomePage: https://github.com/dmyersturnbull/cicd | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
version: 2 | ||
# see options in https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates | ||
updates: | ||
- package-ecosystem: "pip" | ||
directory: "/" | ||
- package-ecosystem: pip | ||
directory: / | ||
commit-message: | ||
prefix: "build" | ||
labels: ["type: build"] | ||
groups: | ||
python-main-deps: | ||
patterns: ["*"] | ||
schedule: | ||
interval: "weekly" | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
interval: weekly | ||
- package-ecosystem: github-actions | ||
directory: .github | ||
commit-message: | ||
prefix: "ci" | ||
labels: ["type: ci"] | ||
groups: | ||
github-action-deps: | ||
patterns: ["*"] | ||
schedule: | ||
interval: "weekly" | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: / | ||
commit-message: | ||
prefix: "build" | ||
labels: ["type: build"] | ||
groups: | ||
docker-deps: | ||
patterns: ["*"] | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: "npm" | ||
directory: / | ||
commit-message: | ||
prefix: "build" | ||
labels: ["type: build"] | ||
groups: | ||
npm-main-deps: | ||
patterns: ["*"] | ||
schedule: | ||
interval: weekly |
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
Oops, something went wrong.