Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #16 from LaurenceGA/templates
Browse files Browse the repository at this point in the history
PR and issue templates
  • Loading branch information
LaurenceGA committed Apr 19, 2020
2 parents 83f0da7 + efccf97 commit ef0718b
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,25 @@
---
name: Bug report
about: Create a report to improve the project
title: ''
labels: bug
assignees: ''

---

#### Description
_A clear and concise description of what the bug is._

#### To Reproduce
1. Set up '...'
2. Do '....'
3. See error

#### Expected behaviour
_A clear and concise description of what you expected to happen._

#### Screenshots/logs/code
_If applicable, add attachments to help explain your problem._

#### Additional context
_Add any other context about the problem here._
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest a new feature this project should have
title: ''
labels: feature
assignees: ''

---

#### Problem to solve
_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_

#### Solution
_A clear and concise description of what you want to happen._

#### Alternative solutions considered
_A clear and concise description of any alternative solutions or features you've considered._

#### Additional context
_Add any other context or screenshots about the feature request here._
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
@@ -0,0 +1,7 @@
Closes #...

## Problem
_Brief summary of the problem this pull request solves_

## Solution
_How does this pull request solve the problem?_

0 comments on commit ef0718b

Please sign in to comment.