Skip to content

Commit

Permalink
Add templates
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Nov 1, 2018
1 parent 687a156 commit 653fb5a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
23 changes: 23 additions & 0 deletions ISSUE_TEMPLATE.md
@@ -0,0 +1,23 @@
### Are you in the right place?
* For issues or feature requests file a GitHub issue in this repository
* For general questions or discussion post in [Gitter](https://gitter.im/piotrmurach/tty)

### Describe the problem
A brief description of the issue/feature.

### Steps to reproduce the problem
```
Your code here to reproduce the issue
```

### Actual behaviour
What happened? This could be a description, log output, error raised etc...

### Expected behaviour
What did you expect to happen?

### Describe your environment

* OS version:
* Ruby version:
* TTY::Font version:
18 changes: 18 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,18 @@
### Describe the change
What does this Pull Request do?

### Why are we doing this?
Any related context as to why is this is a desirable change.

### Benefits
How will the library improve?

### Drawbacks
Possible drawbacks applying this change.

### Requirements
Put an X between brackets on each line if you have done the item:
[] Tests written & passing locally?
[] Code style checked?
[] Rebased with `master` branch?
[] Documentaion updated?

0 comments on commit 653fb5a

Please sign in to comment.