Skip to content

Commit

Permalink
Add new issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Ho authored Jan 23, 2019
1 parent bf11e38 commit 6d9c08c
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

<!-- Please see CONTRIBUTING.md for guidelines. -->

## Environment

* SuperCollider version:
* Operating system:

## Steps to reproduce

<!-- Use triple backticks ``` ``` to delimit code. Make sure to use a minimal example. -->

## Expected vs. actual behavior

<!-- Paste error messages in entirety, delimited by ``` ```. Use gist if it's very long. -->
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

<!-- Please see CONTRIBUTING.md for guidelines. -->

## Motivation

## Description of Proposed Feature

## Plan for Implementation

<!-- Who will implement this? How long will it take? -->

0 comments on commit 6d9c08c

Please sign in to comment.