Skip to content

Commit 0c9d951

Browse files
authored
Merge pull request #4983 from irgolic/default-issue-template-to-bug-report
Adjust default issue template, minor adjustments
2 parents e306b1e + e8186bc commit 0c9d951

File tree

3 files changed

+33
-34
lines changed

3 files changed

+33
-34
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,7 @@
11
<!--
2-
This is an issue template. Please fill in the relevant details in the
3-
sections below.
2+
If something's not right with Orange, fill out the bug report template at:
3+
https://github.com/biolab/orange3/issues/new?assignees=&labels=bug+report&template=bug_report.md&title=
44
5-
Wrap code and verbatim terminal window output into triple backticks, see:
6-
https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code
7-
8-
If you're raising an issue about an add-on (e.g. installed via
9-
Options > Add-ons), raise an issue on the relevant add-on's issue
10-
tracker instead. See: https://github.com/biolab?q=orange3
5+
If you have an idea for a new feature, fill out the feature request template at:
6+
https://github.com/biolab/orange3/issues/new?assignees=&labels=&template=feature_request.md&title=
117
-->
12-
13-
##### Orange version
14-
<!-- From menu _Help→About→Version_ or code `Orange.version.full_version` -->
15-
16-
17-
##### Expected behavior
18-
19-
20-
21-
##### Actual behavior
22-
23-
24-
25-
##### Steps to reproduce the behavior
26-
27-
28-
29-
##### Additional info (worksheets, data, screenshots, ...)
30-
31-
Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,45 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve
3+
about: Report a bug to help us improve
44
title: ''
55
labels: bug report
66
assignees: ''
77

88
---
99

10-
<!-- Thanks for taking the time to report a bug! -->
11-
<!-- To fix the bug, we need to be able to reproduce it, so please let us know the following... -->
10+
<!--
11+
Thanks for taking the time to report a bug!
12+
If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3
13+
To fix the bug, we need to be able to reproduce it. Please answer the following questions to the best of your ability.
14+
-->
15+
1216

1317
- [ ] **What's wrong?**
1418
<!-- Be specific, clear, and concise. Include screenshots if relevant. -->
1519
<!-- If you're getting an error message, copy it, and enclose it with three backticks (```). -->
1620

1721

1822

23+
24+
1925
- [ ] **How can we reproduce the problem?**
2026
<!-- Upload a zip with the .ows file and data. -->
2127
<!-- Describe the steps (open this widget, click there, then add this...) -->
2228

2329

2430

31+
32+
2533
- [ ] **Which version of Orange are you using? How did you install Orange?**
34+
<!-- See "Help → About → Version" or `Orange.version.full_version` in code -->
35+
36+
2637

2738

2839

2940
- [ ] **What is your operating system?**
3041

3142

43+
44+
45+
Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
name: Feature request
3-
about: Suggest an idea for this project
3+
about: Suggest an idea for Orange
44
title: ''
55
labels: ''
66
assignees: ''
77

88
---
99

10-
<!-- Thanks for taking the time to submit a feature request! -->
11-
<!-- For the best chance at our team considering your request, let us know the following... -->
10+
<!--
11+
Thanks for taking the time to submit a feature request!
12+
For the best chance at our team considering your request, please answer the following questions to the best of your ability.
13+
-->
1214

1315
- [ ] **What's your use case?**
1416
<!-- In other words, what's your pain point? -->
@@ -17,11 +19,18 @@ assignees: ''
1719

1820

1921

22+
23+
2024
- [ ] **What's your proposed solution?**
2125
<!-- Be specific, clear, and concise. -->
2226

2327

2428

29+
30+
2531
- [ ] **Are there any alternative solutions?**
2632

2733

34+
35+
36+

0 commit comments

Comments
 (0)