Skip to content

Commit f1750d4

Browse files
authored
Merge pull request #7 from notional-labs/issue-template
add issue-template
2 parents 1e03aae + 3151046 commit f1750d4

File tree

3 files changed

+58
-0
lines changed

3 files changed

+58
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Report a bug
3+
about: Issue tracker is used for reporting bugs
4+
title: ''
5+
labels: 'type:bug'
6+
assignees: ''
7+
---
8+
9+
#### Specifications
10+
11+
Juno version: `Junod version`
12+
OS & Version: Windows/Linux/OSX
13+
Commit hash:
14+
15+
#### Expected behaviour
16+
17+
18+
#### Actual behaviour
19+
20+
21+
#### Steps to reproduce the behaviour
22+
23+
24+
#### Backtrace
25+
26+
````
27+
[backtrace]
28+
````
29+
30+
When submitting logs: please submit them as text and not screenshots.

.github/ISSUE_TEMPLATE/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true

.github/ISSUE_TEMPLATE/issue.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: General issue
3+
about: A template for general issues with acceptance criteria
4+
title: ''
5+
assignees: ''
6+
---
7+
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
8+
v ✰ Thanks for creating an issue! ✰
9+
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->
10+
11+
## Background
12+
13+
> This is where you can provide code examples or context (e.g. past PR's)
14+
> e.g.
15+
> - The following PRs contributed to...
16+
17+
## Suggested Design
18+
19+
> Here, you can put concrete steps as to what to do next
20+
> e.g.
21+
> - create test file in...
22+
23+
## Acceptance Criteria
24+
25+
> Goals & criteria for success
26+
> e.g.
27+
> - all existing and new tests should pass

0 commit comments

Comments
 (0)