Add custom Issue Templates #5

Manually merged
python-pytest merged 1 commits from dgarcia/prj-python-pytest:issue-templates into main 2025-11-06 13:27:31 +01:00
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
name: "Add a package to python-pytest"
about: "If you want to add a new package to python-pytest devel project"
title: "[ADD] <package name>"
ref: "main"
assignees: []
labels:
- new_package
---
This is where you add a new package to python-pytest devel 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 python-pytest"
about: "If you want to remove a package from python-pytest"
title: "[RM] <package name>"
ref: "main"
assignees: []
labels:
- rm_package
---
This is where you rm a package from python-pytest devel project. Please specify package in title and target the correct branch of the project.