From 473e7467e8473d67bd8993ae63d60c86076d64e4 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Tue, 5 Jul 2016 16:14:04 +0100 Subject: [PATCH] [misc] add issue template --- .github/ISSUE_TEMPLATE.md | 16 ++++++++++++++++ src/rufus.rc | 10 +++++----- 2 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..1e9da0e4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,16 @@ +(Place an x into each [ ] to confirm that you have read and performed the following) + +- [ ] I had a look at https://github.com/pbatard/rufus/wiki/FAQ to see if my issue/question has been answered there. +- [ ] I performed a search in the issue tracker for similar issues, using keywords relevant to my problem. +- [ ] I clicked on the 'Log' button in Rufus and I have copied it, into the line says below. +- [ ] The log I am copying is the FULL log, starting with the line `Rufus version: x.y.z` - I have NOT removed any part of it. + +Issue description: +------------------ + + +Log: +---- +``` + +``` diff --git a/src/rufus.rc b/src/rufus.rc index dc61ed36..e3aaac28 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_DIALOG DIALOGEX 12, 12, 242, 376 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_ACCEPTFILES -CAPTION "Rufus 2.10.964" +CAPTION "Rufus 2.10.965" FONT 8, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8 @@ -320,8 +320,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,10,964,0 - PRODUCTVERSION 2,10,964,0 + FILEVERSION 2,10,965,0 + PRODUCTVERSION 2,10,965,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -338,13 +338,13 @@ BEGIN BEGIN VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "2.10.964" + VALUE "FileVersion", "2.10.965" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2016 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html" VALUE "OriginalFilename", "rufus.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "2.10.964" + VALUE "ProductVersion", "2.10.965" END END BLOCK "VarFileInfo"