summary refs log tree commit diff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorNarice <narice@tutanota.com>2020-10-21 13:13:59 +0200
committerNarice <narice@tutanota.com>2020-10-21 13:13:59 +0200
commit5837209891ba6e4218196e2cd4b6fafa50219e39 (patch)
tree477785e19b48bc6375860136f9338a3db696965f /.github/ISSUE_TEMPLATE
parent32535c94a03d6893cf30f990b171c122c816635b (diff)
downloadnixpkgs-5837209891ba6e4218196e2cd4b6fafa50219e39.tar
nixpkgs-5837209891ba6e4218196e2cd4b6fafa50219e39.tar.gz
nixpkgs-5837209891ba6e4218196e2cd4b6fafa50219e39.tar.bz2
nixpkgs-5837209891ba6e4218196e2cd4b6fafa50219e39.tar.lz
nixpkgs-5837209891ba6e4218196e2cd4b6fafa50219e39.tar.xz
nixpkgs-5837209891ba6e4218196e2cd4b6fafa50219e39.tar.zst
nixpkgs-5837209891ba6e4218196e2cd4b6fafa50219e39.zip
improved out-of-date template
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/out_of_date_package_report.md40
1 files 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
 
+<!-- Note that these are hard requirements -->
+
+<!--
+You can use the "Go to file" functionality on github to find the package
+Then you can go to the history for this package
+Find the latest "package_name: old_version -> new_version" commit
+The "new_version" is the the current version of the package
+-->
+- [ ] Checked the [nixpkgs master branch](https://github.com/NixOS/nixpkgs)
+<!--
+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!
+-->
+- [ ] Checked the [nixpkgs pull requests](https://github.com/NixOS/nixpkgs/pulls)
+
+###### Project 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: 
+
+###### Notify maintainers
+<!--
+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: 
+
+###### Note for maintainers
+
+Please tag this issue in your PR.