about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorNarice <narice@tutanota.com>2020-10-22 11:29:39 +0200
committerNarice <narice@tutanota.com>2020-10-22 11:29:39 +0200
commit7f271858cd32c67d5802e70ed574fbeef70374dc (patch)
tree4bc782ecaece27453746ee579b0aaa132117923a /.github
parent5837209891ba6e4218196e2cd4b6fafa50219e39 (diff)
downloadnixlib-7f271858cd32c67d5802e70ed574fbeef70374dc.tar
nixlib-7f271858cd32c67d5802e70ed574fbeef70374dc.tar.gz
nixlib-7f271858cd32c67d5802e70ed574fbeef70374dc.tar.bz2
nixlib-7f271858cd32c67d5802e70ed574fbeef70374dc.tar.lz
nixlib-7f271858cd32c67d5802e70ed574fbeef70374dc.tar.xz
nixlib-7f271858cd32c67d5802e70ed574fbeef70374dc.tar.zst
nixlib-7f271858cd32c67d5802e70ed574fbeef70374dc.zip
modified out-of-date template
Changed the label to '9.needs: package (update)'
Removed trailing spaces
Modified formulation of a sentence
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/out_of_date_package_report.md12
1 files 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 edb21d2b8e59..72c09a19c0e6 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
 <!--
 Type the name of your package and try to find an open pull request for the package
 If you find an open pull request, you can review it!
-You will probably have the new version of the package while helping the community!
+There's a high chance that you'll have the new version right away while helping the community!
 -->
 - [ ] Checked the [nixpkgs pull requests](https://github.com/NixOS/nixpkgs/pulls)
 
 ###### Project name
-`nix search` name: 
+`nix search` name:
 <!--
 The current version can be found easily with the same process than above for checking the master branch
 If an open PR is present for the package, take this version as the current one and link to the PR
 -->
-current version: 
-desired version: 
+current version:
+desired version:
 
 ###### Notify maintainers
 <!--
@@ -41,7 +41,7 @@ Search your package here: https://search.nixos.org/packages?channel=unstable
 If no maintainer is listed for your package, tag the person that last updated the package
 -->
 
-maintainers: 
+maintainers:
 
 ###### Note for maintainers