Skip to content

Commit 0b6255c

Browse files
authored
Update GitHub issue template to match new formats (#8572)
* Update GH issue template to match new formats * Disable github blank issue template selector
1 parent 6415de8 commit 0b6255c

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
<!--- This template provides sections for bugs and features. Please delete any irrelevant sections before submitting -->
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
29

310
#### Expected Behavior
411
<!--- Required. Describe the behavior you expect to see for your case. -->
@@ -24,4 +31,4 @@
2431
<!--- Required for Bugs, feature request can delete the line below. -->
2532
- [ ] I have provided detailed steps to reproduce the issue
2633

27-
<!--- Template inspired by https://github.com/stevemao/github-issue-templates -->
34+
<!--- Template inspired by https://github.com/stevemao/github-issue-templates -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
#### Expected Behavior
11+
<!--- Required. Describe the behavior you expect to see for your case. -->
12+
13+
#### Actual Behavior
14+
<!--- Required. Describe the actual behavior for your case. -->
15+
16+
#### Potential Solution
17+
<!--- Optional. Describe any potential solutions and/or thoughts as to what may be causing the difference between expected and actual behavior. -->
18+
19+
#### Checklist
20+
<!--- Confirm that you've provided all the required information. -->
21+
<!--- Required fields --->
22+
- [ ] I have completely filled out this template
23+
- [ ] I have confirmed that this issue exists on the current `master` branch
24+
- [ ] I have confirmed that this is not a duplicate issue by searching [issues](https://github.com/QuantConnect/Lean/issues)
25+
26+
<!--- Template inspired by https://github.com/stevemao/github-issue-templates -->

0 commit comments

Comments
 (0)