This is an automated email from the ASF dual-hosted git repository.
mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 60d1c0316a Issue template: make how-to-reproduce mandatory, add
component field
new 82b454bb64 Merge pull request #6864 from mbien/update-issue-template
60d1c0316a is described below
commit 60d1c0316a65ae2126a94e52821750d3dc0f2736
Author: Michael Bien <[email protected]>
AuthorDate: Tue Dec 19 14:20:28 2023 +0100
Issue template: make how-to-reproduce mandatory, add component field
---
.github/ISSUE_TEMPLATE/netbeans_bug_report.yml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/.github/ISSUE_TEMPLATE/netbeans_bug_report.yml
b/.github/ISSUE_TEMPLATE/netbeans_bug_report.yml
index e881d0fff4..39d09225a5 100644
--- a/.github/ISSUE_TEMPLATE/netbeans_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/netbeans_bug_report.yml
@@ -38,12 +38,19 @@ body:
description: Describe what happened, what you expected to happen, and
what went wrong.
placeholder: >
Please provide the context in which the problem occurred and explain
what happened.
- Explain why you think the behaviour is erroneous. It is extremely
helpful if you copy&paste
+ Explain why you think the behaviour is erroneous. It is extremely
helpful if you attach the messages.log file or copy&paste
the fragment of logs showing the exact error messages or wrong
behaviour and screenshots for
UI problems or YouTube link to a video of you demonstrating the
problem. You can include files by
dragging and dropping them here.
validations:
required: true
+ - type: input
+ attributes:
+ label: Language / Project Type / NetBeans Component
+ description: >
+ Narrow down the specific area, examples: 'Java Maven Web application
project',
+ 'PHP project', 'NetBeans Platform Application wizard' or 'NetBeans
Windows Installer'.
+ placeholder: "Java Maven Project using Java Modules (JPMS)"
- type: textarea
attributes:
label: How to reproduce
@@ -54,6 +61,8 @@ body:
Please make sure you provide a reproducible step-by-step case of how
to reproduce the problem
as minimally and precisely as possible. Remember that non-reproducible
issues may be closed or
converted into discussions. If we cannot reproduce an issue we cannot
fix it!
+ validations:
+ required: true
- type: dropdown
attributes:
label: Did this work correctly in an earlier version?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists