Skip to content

Commit

Permalink
Merge pull request #31 from RapidField/support/0027_issue-templates
Browse files Browse the repository at this point in the history
Support/0027 issue templates
  • Loading branch information
adamjstone authored Jul 18, 2019
2 parents 9393438 + 197b1fd commit d5605d3
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 86 deletions.
57 changes: 29 additions & 28 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,39 @@
---
name: Bug report
about: Create a report to help us improve
name: Defect report
about: Create an issue to report an observed defect.
title: ''
labels: ''
assignees: ''

labels: 'Category-Defect, Stage0-New'
assignees: adamjstone
---

**Describe the bug**
A clear and concise description of what the bug is.
## Defect Report

### Overview

Replace this with a clear, consise description of the problem.

### Reproduction steps

Follow the instructions below, in order, to reproduce the observed behavior.

1. Briefly state the first step.
2. And the second step.
3. And so on...

### Observed (defective) behavior

Explain what went wrong.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
### Expected (correct) behavior

**Expected behavior**
A clear and concise description of what you expected to happen.
Describe what should have happened.

**Screenshots**
If applicable, add screenshots to help explain your problem.
### System information

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
* Solid Instruments version: [eg. v1.0.0]
* Processor architecture: [eg. x64]
* Operating system: [eg. Windows Server 2016]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
### Additional information

**Additional context**
Add any other context about the problem here.
Provide any other information that might be relevant.
37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/defect-report.md

This file was deleted.

29 changes: 17 additions & 12 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
---
name: Feature request
about: Suggest an idea for this project
about: Suggest a new feature.
title: ''
labels: ''
assignees: ''

labels: 'Category-Feature, Stage0-New'
assignees: adamjstone
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
## Feature Request

### Overview

Replace this with a clear, consise description of the desired functionality.

### Statement of Work

The following list describes the work to be done and defines acceptance criteria for the feature.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
1. Briefly describe the first requirement.
2. And the second requirement.
3. And so on...

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
### Additional Information

**Additional context**
Add any other context or screenshots about the feature request here.
Provide any other information that might be relevant.
12 changes: 3 additions & 9 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<!--
Copyright (c) RapidField LLC. Licensed under the MIT License. See LICENSE.txt in the project root for license information.
-->
## Pull Request

![Solid Instruments logo](SolidInstruments.Logo.Color.Transparent.500w.png)
- - -

## Overview
### Overview

This pull request addresses issue #

Expand All @@ -15,7 +10,7 @@ Here is an overview of the changes that were made.
2.
3.

## Readiness checklist
### Readiness Checklist

This pull request is in compliance with the readiness requirements listed below.

Expand All @@ -25,4 +20,3 @@ This pull request is in compliance with the readiness requirements listed below.
- [ ] All unit tests are passing.
- [ ] Thorough source documentation accompanies all code additions and modifications.
- [ ] Styling guidelines were followed.
- [x] I didn't read this checklist (uncheck this).

0 comments on commit d5605d3

Please sign in to comment.