Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Strittmatter authored and jeremykross committed Jul 25, 2019
1 parent b2aac55 commit 4801813
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug Report
about: Report a bug affecting the codebase
---

### Description

#### What is the current behavior?
A clear and concise description of what is happening.

#### What is the expected behavior?
A clear and concise description of what you expected to happen.

#### Additional Context
Add any other context about the problem.

### Reproduction
1. Run the command '...'
2. ...

### Evidence
If applicable, add logs or screenshots to help explain your problem.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature Request
about: Suggest a feature for the codebase
---

### Description

#### Why should this feature be added?
Describe in detail why this feature should be added, what problems it solves, or benefits it adds.

#### How would you like the feature to work?
A clear and concise description of how the feature will operate.

#### What alternatives have been considered?
A clear and concise description of any alternative solutions or features you've considered.

#### Additional Context
Add any other context about the feature.

0 comments on commit 4801813

Please sign in to comment.