17 Commits

Author SHA256 Message Date
AutoGits PR Review Bot
ea6eccc3f5 auto-created for nodejs-common
This commit was autocreated by AutoGits PR Review Bot referencing
 PR: autogits/nodejs-common#9
2025-08-22 13:50:20 +02:00
10ed5a9a55 Merge pull request 'Forwarded PRs: nodejs-common' (#10) from PR_nodejs-common#7 into main
Reviewed-on: #10
2025-08-22 13:45:08 +02:00
AutoGits PR Review Bot
85eed2c07d auto-created for nodejs-common
This commit was autocreated by AutoGits PR Review Bot referencing
 PR: autogits/nodejs-common#7
2025-08-22 13:44:55 +02:00
2289167209 Merge pull request 'Forwarded PRs: nodejs-common' (#9) from PR_nodejs-common#6 into main
Reviewed-on: #9
2025-08-22 13:41:30 +02:00
AutoGits PR Review Bot
b4ef2e2c2b auto-created for nodejs-common
This commit was autocreated by AutoGits PR Review Bot referencing
 PR: autogits/nodejs-common#6
2025-08-22 13:40:59 +02:00
8d6c9a6517 Merge pull request 'Forwarded PRs: nodejs-common' (#8) from PR_nodejs-common#5 into main
Reviewed-on: #8
2025-08-22 13:20:58 +02:00
AutoGits PR Review Bot
82be5d9bad auto-created for nodejs-common
This commit was autocreated by AutoGits PR Review Bot referencing
 PR: autogits/nodejs-common#5
2025-08-22 13:20:42 +02:00
0aa86a8f1b Merge pull request 'Forwarded PRs: nodejs-common' (#7) from PR_nodejs-common#4 into main
Reviewed-on: #7
2025-08-22 13:15:43 +02:00
AutoGits PR Review Bot
5647d15709 auto-created for nodejs-common
This commit was autocreated by AutoGits PR Review Bot referencing
 PR: autogits/nodejs-common#4
2025-08-22 13:15:09 +02:00
ff0c72c76a Merge pull request 'Forwarded PRs: nodejs-common' (#6) from PR_nodejs-common#3 into main
Reviewed-on: #6
2025-08-21 18:41:21 +02:00
AutoGits PR Review Bot
2956e31773 auto-created for nodejs-common
This commit was autocreated by AutoGits PR Review Bot referencing
 PR: autogits/nodejs-common#3
2025-08-21 18:40:54 +02:00
01ddfda7fe Merge pull request 'Forwarded PRs: nodejs21' (#1) from PR_nodejs21#1 into main
Manually merged

Reviewed-on: #1
2025-08-21 18:12:44 +02:00
d4690b768d leap test 2025-08-21 15:50:15 +02:00
61deafba5e leap test 2025-08-21 14:38:37 +02:00
1c63217d12 typos 2025-07-30 12:32:01 +02:00
fdc5182a17 add issue templates 2025-07-30 12:15:40 +02:00
946094776c add issue templates 2025-07-30 12:11:22 +02:00
3 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
---
name: "Add a package to Leap 16.0 Backports project"
about: "If you want to add a new package to Leap 16.0 Backports project"
title: "[ADD] <package name>"
ref: "leap-16.0"
assignees: []
labels:
- new_package
---
This is where you add a new package to Leap-16.0 Backports project. Please replace and specify on one line. You can include any relevant Bugzilla links too.
org/package#commit_hash
Where the `commit_hash` could be a branch.

View File

@@ -0,0 +1,16 @@
---
name: "Remove package from Leap 16.0 Backports project"
about: "If you want to remove a package from Leap 16.0"
title: "[RM] <package name>"
ref: "leap-16.0"
assignees: []
labels:
- rm_package
---
This is where you rm a package from Leap-16.0 Backports project. Please specify package in title and target the correct branch of the project.