Skip to content

Commit

Permalink
Fixes #6, ease debugging and create ISSUE_TEMPLATE (#13)
Browse files Browse the repository at this point in the history
* fix #6
* ease debugging
* Create ISSUE_TEMPLATE.md
  • Loading branch information
jrappen committed Aug 21, 2016
1 parent 99cbcc7 commit 5adc37c
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 218 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,25 @@
# Short and descriptive example bug report title

## A summary of the issue

* Some steps to reproduce...
1. one
2. two
3. three
* This is the second step.
* Further steps, etc.

Any other information you want to share that is relevant to the issue being reported. This might include the lines of code that you have identified as causing the bug, and potential solutions (and your opinions on their merits).

### Environment

```text
DistractionFreeWindow:
release: ?
Sublime Text:
channel: stable / dev
version: Build xxx (portable)
platform: Linux / OSX / Windows
architecture: x32 / x64
```
4 changes: 2 additions & 2 deletions LICENSE.md → LICENSE
@@ -1,6 +1,6 @@
## The MIT License (MIT)
The MIT License (MIT)

#### Copyright © 2014-2016 [Allen Bargi](https://github.com/aziz)
Copyright (C) 2014 Allen Bargi

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# [DistractionFreeWindow](https://github.com/aziz/DistractionFreeWindow) for [Sublime Text](https://www.sublimetext.com)

[![GitHub license](https://img.shields.io/github/license/aziz/DistractionFreeWindow.svg?style=flat-square)](https://github.com/aziz/DistractionFreeWindow/blob/master/LICENSE.md)
[![GitHub license](https://img.shields.io/github/license/aziz/DistractionFreeWindow.svg?style=flat-square)](https://github.com/aziz/DistractionFreeWindow/blob/master/LICENSE)
[![Total downloads via Package Control](https://img.shields.io/packagecontrol/dt/DistractionFreeWindow.svg?style=flat-square)](https://packagecontrol.io/packages/DistractionFreeWindow)

* [Description](#description)
Expand Down Expand Up @@ -72,4 +72,4 @@ You can adjust the default key binding <kbd>Super</kbd><kbd>F11</kbd> via `Prefe

## License

MIT license, Copyright (C) 2014 [Allen Bargi](https://github.com/aziz). See the [`LICENSE.md`](LICENSE.md) file for details.
MIT license, Copyright (C) 2014 [Allen Bargi](https://github.com/aziz). See the [`LICENSE`](LICENSE) file for details.

0 comments on commit 5adc37c

Please sign in to comment.