From 32535c94a03d6893cf30f990b171c122c816635b Mon Sep 17 00:00:00 2001 From: Narice Date: Wed, 14 Oct 2020 10:39:33 +0200 Subject: [PATCH 1/3] added out-of-date package reports to templates --- .../ISSUE_TEMPLATE/out_of_date_package_report.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/out_of_date_package_report.md diff --git a/.github/ISSUE_TEMPLATE/out_of_date_package_report.md b/.github/ISSUE_TEMPLATE/out_of_date_package_report.md new file mode 100644 index 00000000000..0dcdf52513d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/out_of_date_package_report.md @@ -0,0 +1,14 @@ +--- +name: Out-of-date package reports +about: For packages that are out-of-date +title: '' +labels: '0.kind: out-of-date package' +assignees: '' + +--- + +**Project name** +_give the name of the project_ + +**Notify maintainers** + From 5837209891ba6e4218196e2cd4b6fafa50219e39 Mon Sep 17 00:00:00 2001 From: Narice Date: Wed, 21 Oct 2020 13:13:59 +0200 Subject: [PATCH 2/3] improved out-of-date template --- .../out_of_date_package_report.md | 40 +++++++++++++++++-- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/out_of_date_package_report.md b/.github/ISSUE_TEMPLATE/out_of_date_package_report.md index 0dcdf52513d..edb21d2b8e5 100644 --- a/.github/ISSUE_TEMPLATE/out_of_date_package_report.md +++ b/.github/ISSUE_TEMPLATE/out_of_date_package_report.md @@ -7,8 +7,42 @@ assignees: '' --- -**Project name** -_give the name of the project_ -**Notify maintainers** +###### Checklist + + + +- [ ] Checked the [nixpkgs master branch](https://github.com/NixOS/nixpkgs) + +- [ ] Checked the [nixpkgs pull requests](https://github.com/NixOS/nixpkgs/pulls) + +###### Project name +`nix search` name: + +current version: +desired version: + +###### Notify maintainers + + +maintainers: + +###### Note for maintainers + +Please tag this issue in your PR. From 7f271858cd32c67d5802e70ed574fbeef70374dc Mon Sep 17 00:00:00 2001 From: Narice Date: Thu, 22 Oct 2020 11:29:39 +0200 Subject: [PATCH 3/3] modified out-of-date template Changed the label to '9.needs: package (update)' Removed trailing spaces Modified formulation of a sentence --- .github/ISSUE_TEMPLATE/out_of_date_package_report.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/out_of_date_package_report.md b/.github/ISSUE_TEMPLATE/out_of_date_package_report.md index edb21d2b8e5..72c09a19c0e 100644 --- a/.github/ISSUE_TEMPLATE/out_of_date_package_report.md +++ b/.github/ISSUE_TEMPLATE/out_of_date_package_report.md @@ -2,7 +2,7 @@ name: Out-of-date package reports about: For packages that are out-of-date title: '' -labels: '0.kind: out-of-date package' +labels: '9.needs: package (update)' assignees: '' --- @@ -22,18 +22,18 @@ The "new_version" is the the current version of the package - [ ] Checked the [nixpkgs pull requests](https://github.com/NixOS/nixpkgs/pulls) ###### Project name -`nix search` name: +`nix search` name: -current version: -desired version: +current version: +desired version: ###### Notify maintainers -maintainers: +maintainers: ###### Note for maintainers