To: vim_dev@googlegroups.com Subject: Patch 8.2.3488 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3488 Problem: Issue template is not easy to use. Solution: Use a yaml template. (closes #8928) Files: .github/ISSUE_TEMPLATE/bug_report.md, .github/ISSUE_TEMPLATE/bug_report.yml *** ../vim-8.2.3487/.github/ISSUE_TEMPLATE/bug_report.yml 1970-01-01 00:00:00.000000000 +0000 --- .github/ISSUE_TEMPLATE/bug_report.yml 2021-10-09 12:38:04.078726189 +0100 *************** *** 0 **** --- 1,47 ---- + --- + name: Bug report + description: Create a report to help us improve Vim. + labels: [bug] + + body: + - type: markdown + attributes: + value: | + Thanks for reporting issues of Vim! + + To make it easier for us to help you please enter detailed information below. + - type: textarea + attributes: + label: Steps to reproduce + placeholder: | + 1. + 2. + 3. + 4. + validations: + required: true + - type: textarea + attributes: + label: Expected behaviour + placeholder: A clear and concise description of what you expected to happen. + validations: + required: true + - type: input + attributes: + label: Operating system + description: > + Your operating system name, version and desktop environment. + validations: + required: true + - type: input + attributes: + label: Version of Vim + description: > + The name of your development environment, version. [e.g. GNOME Terminal (v0.0.0000)] + validations: + required: true + - type: textarea + attributes: + label: Logs and stack traces + placeholder: Insert log or other text here (if necessary) + render: shell *** ../vim-8.2.3487/src/version.c 2021-10-08 18:39:23.595208057 +0100 --- src/version.c 2021-10-09 12:44:25.096365018 +0100 *************** *** 759,760 **** --- 759,762 ---- { /* Add new patch number below this line */ + /**/ + 3488, /**/ -- Would you care for a drink? I mean, if it were, like, disabled and you had to look after it? /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///