Skip to content

Commit

Permalink
Add bug and feature request PR templates (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
jashparekh authored Oct 22, 2021
1 parent 45e8a40 commit 2b49bd5
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 10 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug Report
about: Report a bug to help us improve
title: ''
labels: ''
assignees: ''

---

## Description

Please provide a description of the problem.

## Expected Behaviour

Please describe what you expected would happen.

## Actual Behaviour

Please describe what happened instead.

## Affected Version

Please provide the version number where this issue was encountered.

## Steps to Reproduce

1. First step
1. Second step
1. etc.

## Checklist

<!-- TODO: Update the link below to point to your project's contributing guidelines -->
- [ ] I have read the [contributing guidelines](https://github.com/wayfair-incubator/avro-to-markdown/blob/main/CONTRIBUTING.md)
- [ ] I have verified this does not duplicate an existing issue
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature Request
about: Suggest a feature for this project
title: ''
labels: ''
assignees: ''

---

## Problem Statement

Please describe the problem to be addressed by the proposed feature.

## Proposed Solution

Please describe what you envision the solution to this problem would look like.

## Alternatives Considered

Please briefly describe which alternatives, if any, have been considered, including merits of alternate approaches and tradeoffs being made.

## Additional Context

Please provide any other information that may be relevant.
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/custom.md

This file was deleted.

0 comments on commit 2b49bd5

Please sign in to comment.