Skip to content

Commit

Permalink
Merge pull request #1 from Xorima/feature/updated-issues
Browse files Browse the repository at this point in the history
Updated with Choices
  • Loading branch information
xorima authored Jun 16, 2020
2 parents 5855daf + 73d4b5d commit 1f3e827
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 21 deletions.
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: Bug, Needs Triage
assignees: ''
---

## :speaking_head: Foreword

Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.

## :ghost: Brief Description

A clear and concise description of what the bug is.

## Version

[Version of the project installed]

## Environment

[Details about the environment such as the Operating System, cookbook details, etc...]

## Scenario

[What you are trying to achieve and you can't?]

## Steps to Reproduce

[If you are filing an issue what are the things we need to do in order to repro your problem?]

example:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

## Expected Result

[What are you expecting to happen as the consequence of above reproduction steps?]

## Actual Result

[What actually happens after the reproduction steps?]

## :heavy_plus_sign: Additional context

Add any other context about the problem here. e.g. related issues or existing pull requests.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: Feature Request
assignees: ''

---
### :speaking_head: Foreword

Thank for taking the time to fill this feature request fully. Without it we may not be able to , and the issue may be closed without resolution.

## :person_frowning: Problem Statement

A clear and concise description of what the problem is. E.g. I'm always frustrated when [...]

## :grey_question: Possible Solution

A clear and concise description of what you want to happen.

## :arrow_heading_up: Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

## :heavy_plus_sign: Additional context

Add any other context about the problem here. e.g. related issues or existing pull requests.
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Description

Describe what this change achieves

## Issues Resolved

List any existing issues this PR resolves

## Check List

- [ ] All tests pass. See TESTING.md for details.
- [ ] New functionality includes testing.
- [ ] New functionality has been documented in the README if applicable.
21 changes: 0 additions & 21 deletions ISSUE_TEMPLATE.md

This file was deleted.

0 comments on commit 1f3e827

Please sign in to comment.