add templates for adding and removing packages #39
19
.gitea/issue_template/add_package.md
Normal file
19
.gitea/issue_template/add_package.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
|
||||
name: "Add a package to Leap 16.0 and Package Hub"
|
||||
about: "If you want to add a new package to Leap 16.0 and Package Hub"
|
||||
title: "[ADD] <package name>"
|
||||
ref: "leap-16.0"
|
||||
assignees: []
|
||||
labels:
|
||||
|
||||
- new_package
|
||||
|
||||
---
|
||||
|
||||
This is where you add a new package to Leap-16.0 and Package Hub 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.
|
||||
|
||||
16
.gitea/issue_template/rm_package.md
Normal file
16
.gitea/issue_template/rm_package.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
|
||||
name: "Remove package from Leap 16.0 and Package Hub"
|
||||
about: "If you want to remove a package from Leap 16.0 and Package Hub"
|
||||
title: "[RM] <package name>"
|
||||
ref: "leap-16.0"
|
||||
assignees: []
|
||||
labels:
|
||||
|
||||
- rm_package
|
||||
|
||||
---
|
||||
|
||||
This is where you rm a package from Leap 16.0 and Package Hub. Please specify package in title and target the correct branch of the project.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user