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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20211009115208.1DCFAC80054%40moolenaar.net.