Skip to content

Commit

Permalink
docs(issue-templates): added initial bug and feature-request templates
Browse files Browse the repository at this point in the history
im sure these will be tweaked more over time, but hoping this will get some more useful information
to be included up front

closes #174
  • Loading branch information
travi authored and gr2m committed Jan 31, 2020
1 parent 1c0686f commit 672f490
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug Report
labels: bug
---

## Problem Description

### What is actually happening

### What is the expected behavior

### Error output, if available

```
```

## Context

### Are you using the hosted instance of probot/settings or running your own?

### If running your own instance, are you using it with github.com or GitHub Enterprise?

#### Version of probot/settings

#### Version of GitHub Enterprise
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature Request
labels: enhancement
---

## Prerequisites:

* Is the functionality available in the GitHub UI? If so, please provide a link to information about the feature.

# For awareness, this must be available before probot/settings can manage the setting. However, we are happy to track
# progress toward API availability in an issue before it is made available.
* Is the functionality available through the GitHub API? If the functionality is available, please provide links to the
API documentation (https://developer.github.com/v3/) as well as the Octokit documentation (https://octokit.github.io/).

* If the functionality is not yet available in the API, it would be helpful if you
contacted support (https://support.github.com/) or posted in the Community Forum (https://github.community/). Please
include a link to the forum post if you create one or a copy of the response from support.

## New Feature

Please describe the desired new functionality:

0 comments on commit 672f490

Please sign in to comment.