Skip to content

Commit

Permalink
Merge pull request #7 from notional-labs/issue-template
Browse files Browse the repository at this point in the history
add issue-template
  • Loading branch information
vuong177 authored Oct 8, 2022
2 parents 1e03aae + 3151046 commit f1750d4
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Report a bug
about: Issue tracker is used for reporting bugs
title: ''
labels: 'type:bug'
assignees: ''
---

#### Specifications

Juno version: `Junod version`
OS & Version: Windows/Linux/OSX
Commit hash:

#### Expected behaviour


#### Actual behaviour


#### Steps to reproduce the behaviour


#### Backtrace

````
[backtrace]
````

When submitting logs: please submit them as text and not screenshots.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: General issue
about: A template for general issues with acceptance criteria
title: ''
assignees: ''
---
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for creating an issue! ✰
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->

## Background

> This is where you can provide code examples or context (e.g. past PR's)
> e.g.
> - The following PRs contributed to...
## Suggested Design

> Here, you can put concrete steps as to what to do next
> e.g.
> - create test file in...
## Acceptance Criteria

> Goals & criteria for success
> e.g.
> - all existing and new tests should pass

0 comments on commit f1750d4

Please sign in to comment.