Compare commits
2 Commits
PR_cockpit
...
master
| Author | SHA256 | Date | |
|---|---|---|---|
| 0e92fba305 | |||
|
|
8b153c0d1e |
23
.gitea/issue_template/add_package.md
Normal file
23
.gitea/issue_template/add_package.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
|
||||
name: "Add a package to Cockpit devel project"
|
||||
about: "If you want to add a new package to Cockpit devel project"
|
||||
title: "ADD: <package name>"
|
||||
ref: "master"
|
||||
assignees: []
|
||||
labels:
|
||||
|
||||
- new_package
|
||||
|
||||
---
|
||||
|
||||
This is where you add a new package to Cockpit devel project. Please replace and specify on individual lines all the package(s) you are trying to add. You can include any relevant Bugzilla links too.
|
||||
|
||||
org/package#commit_hash
|
||||
|
||||
Where the `commit_hash` should be a branch name in the current package repository, allowing the PR to the projet to be updated as-needed. If you are willing to be maintainer of the package, add
|
||||
|
||||
maintainer: Yes
|
||||
|
||||
Please note that you (or repository owner(s)) will receive reparent request when this issue is processed. This needs to be accepted for the process to proceed.
|
||||
|
||||
15
.gitea/issue_template/rm_package.md
Normal file
15
.gitea/issue_template/rm_package.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
|
||||
name: "Remove package from Cockpit devel project"
|
||||
about: "If you want to remove a package from the Cockpit devel project"
|
||||
title: "RM: <package name>"
|
||||
ref: "master"
|
||||
assignees: []
|
||||
labels:
|
||||
|
||||
- rm_package
|
||||
|
||||
---
|
||||
|
||||
This is where you remove a package from Cockpit devel project. Please specify package in title and target the correct branch of the project.
|
||||
|
||||
Reference in New Issue
Block a user