view .github/ISSUE_TEMPLATE/bug_report.yml @ 25909:cdfb66a02a71 v8.2.3488

patch 8.2.3488: issue template is not easy to use Commit: https://github.com/vim/vim/commit/26190b27011c25caedf3b9308e47005722b3f946 Author: snxx <snmgreenx@gmail.com> Date: Sat Oct 9 12:50:20 2021 +0100 patch 8.2.3488: issue template is not easy to use Problem: Issue template is not easy to use. Solution: Use a yaml template. (closes https://github.com/vim/vim/issues/8928)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Oct 2021 14:00:06 +0200
parents
children 5a78e71a5339
line wrap: on
line source

---
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