Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).