Skip to content

Commit

Permalink
Added ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Feb 22, 2018
1 parent c896234 commit 308650c
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
43 changes: 43 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
### Step 1: Are you in the right place?

* For issues or feature requests related to the code **in this repository** file a [Github issue](https://github.com/reedia/dotfiles/issues).

### Step 2: Describe your environment:

* Device:
* OS:
* Node.js version:
* npm version:


### Step 3: Describe the problem:

* Describe the problem clearly here. Be sure to convey here why it's a bug or a feature request.


### Step 4: Highlights the steps to reproduce:

1.
2.
3.

### Step 5: Observed Results:

* What happened?
* This could be a description, logs output, etc.

### Step 6: Expected Results:

* What did you expect to happen?

### Step 7: Relevant Code / Stack Traces:

Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. Try to provide a reproducible test case that is the bare minimum necessary to generate the problem.

```
// Code here to demonstrate the problem
```

Making sure to follow these steps will guarantee the quickest resolution possible.

Many thanks!
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@


[![NPM](https://nodei.co/npm/reedia-dotfiles.png)](https://nodei.co/npm/reedia-dotfiles/)


[![npm version](https://badge.fury.io/js/reedia-dotfiles.svg)](https://badge.fury.io/js/reedia-dotfiles)
[![Build Status](https://travis-ci.org/reedia/dotfiles.svg?branch=master)](https://travis-ci.org/reedia/dotfiles)
[![Packagist](https://img.shields.io/badge/license-MIT-blue.svg)](https://skeletonic.github.io/license)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reedia-dotfiles",
"version": "0.1.37",
"version": "0.1.39",
"description": "Dotfiles - A set of Mac OS X configuration files",
"keywords": [
"dotfiles",
Expand Down

0 comments on commit 308650c

Please sign in to comment.