Skip to content
This repository has been archived by the owner on Jun 12, 2019. It is now read-only.

Commit

Permalink
Added in github templates, updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
andyhqtran committed Jun 7, 2016
1 parent 3500f98 commit 9bed8e7
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 7 deletions.
Empty file added .github/CONTRIBUTING.md
Empty file.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,39 @@
#### Before submitting your issue, please ensure the following:
* [ ] You have reproduced the issue in the latest version of this plugin.
* [ ] You searched Github for the issue and found no reports of the issue currently open.
* [ ] You properly formated the issue title – `Scope :: One sentence to describe the issue`.
* [ ] You have provided a detailed description of the issue.
* [ ] You have provided any/all relevant information: screenshot, screencast.
* [ ] You have provided the steps that one must take to reproduce the issue.

_Warning: Please make sure that your issue is detailed, otherwise the ticket will not be prioritized due to lack of information._

-

### Problem:
Replace this with a description of the issue you are reporting. Be sure to explain expected results vs. actual results when it might not be obvious to those who will read your report.


### Steps To Reproduce:

1.
2.
3.
4.


### Additional Information:

**Divi Version**:

**Child Theme**:

**Device**:

**Operating System**:

**Browser**:

**Screen Resolution**:

**Reference**:
Empty file.
64 changes: 57 additions & 7 deletions README.md
@@ -1,12 +1,62 @@
# Hamburger Menus
# Hamburger Menu
![Hamburger Menu](preview.jpg)
[View Demo](http://codepen.io/collection/AWQwoK/) | [View Article](http://www.elegantthemes.com/blog/divi-100/20-amazing-hamburger-menus-you-can-instantly-use)
The **Divi 100 - Hamburger Menu** is made for Divi as apart of the [Divi 100 series](www.elegantthemes.com/blog/theme-sneak-peeks/the-divi-100-marathon-and-the-countdown-to-divi-3-0) by Elegant Themes. This plugin adds a brand new hamburger style menu icon to your header!
[View Demo](http://codepen.io/collection/AWQwoK/)

## What's Included
```
Divi-100-Hamburger-Menu
├── LICENSE
├── README.md
├── assets
│ ├── css
│ │ └── style.css
│ └── js
│ ├── admin-scripts.js
│ └── scripts.js
├── divi-100-setup
│ ├── class-divi-100-settings.php
│ ├── class-divi-100-utils.php
│ ├── css
│ │ └── admin-style.css
│ ├── divi-100-setup.php
│ └── js
│ └── admin-scripts.js
├── hamburger-menu.php
└── preview.gif
6 directories, 12 files
```

## Installation
1.
1. You can download the latest release [here](https://github.com/andyhqtran/Divi-100-Hamburger-Menu/releases).
2. Once downloaded, head over the **Plugins** tab in your control panel and hit **Add New**
3. Activate the plugin.
4. Choose your type and style.

**Optional**: You can change the default and accent color of your hamburger menu by heading over to the Divi 100 - Hamburger Menu control panel where you'll be greeted with 2 color pickers.

## Bugs & Questions
Found a bug or have a question? Please first read the [issue guidelines](https://github.com/andyhqtran/divi-100-hamburger-menu/blob/master/.github/ISSUE_TEMPLATE.md) and search for existing and closed issues. If your problem is not addressed yet, feel free to [open a new issue](https://github.com/andyhqtran/divi-100-hamburger-menu/issues).

When opening an issue, please make sure you assign the proper label. For example, if you had a question, you would assign the `QUESTION` label.

## Credits
- [Andy Tran](https://github.com/andyhqtran)
- [Fikri Rasyid](https://github.com/fikrirasyid)

## License
Copyright © 2016 [Elegant Themes](http://elegantthemes.com). Code released undered the [GPL License](https://github.com/andyhqtran/divi-100-hamburger-menu/blob/master/LICENSE).

> This program is free software: you can redistribute it and/or modify
> it under the terms of the GNU General Public License as published by
> the Free Software Foundation, either version 3 of the License, or
> (at your option) any later version.
## Issues & Enhancements
Is there an issue or something you want improved? Just send over a pull request or [create an issue](https://github.com/andyhqtran/divi-100-hamburger-menu) with the proper label.
> This program is distributed in the hope that it will be useful,
> but WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> GNU General Public License for more details.
## Copyright & License
Copyright © 2016 Elegant Themes. Code released under the [GPL 3.0 license](https://github.com/andyhqtran/divi-100-hamburger-menu/blob/master/LICENSE).
> You should have received a copy of the GNU General Public License
> along with this program. If not, see <http://www.gnu.org/licenses/>.

0 comments on commit 9bed8e7

Please sign in to comment.