Skip to content

Commit

Permalink
Merge pull request #686 from enzolutions/contributing
Browse files Browse the repository at this point in the history
Added TOC to contributing guidelies
  • Loading branch information
jmolivas committed Jun 14, 2015
2 parents 177861c + b729cad commit 2b04ad8
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
### Minimum Requirements
This project requires Drupal 8 Beta11.

### Support
**Do not open issue for support question, only features and bugs.** For question please visit our [ DrupalConsole Gitter room](https://gitter.im/hechoendrupal/DrupalConsole).
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

### Documentation
There's been some amazing Drupal Community work done around DrupalConsole. Many of your questions can be answered in our [DrupalConsole Book](https://www.gitbook.com/book/hechoendrupal/drupal-console/details).
- [Issue title](#issue-title)
- [Problem/Motivation](#problemmotivation)
- [How to reproduce](#how-to-reproduce)
- [Solution](#solution)
- [Minimum Requirements](#minimum-requirements)
- [Support](#support)
- [Documentation](#documentation)

If you find documentation in this DrupalConsole Book inaccurate or missing, you can created a new issue at [DrupalConsole Book](https://github.com/hechoendrupal/drupal-console-book) repository.
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

### Issue title

Expand Down Expand Up @@ -48,4 +50,15 @@ A brief description of the proposed fix.
- A short summary of the approach proposed or used in the PR.
- Approaches that have been tried and ruled out.
- Links to relevant API documentation or other resources.
- Known workarounds.
- Known workarounds.

### Minimum Requirements
This project requires Drupal 8 Beta11.

### Support
**Do not open issue for support question, only features and bugs.** For question please visit our [ DrupalConsole Gitter room](https://gitter.im/hechoendrupal/DrupalConsole).

### Documentation
There's been some amazing Drupal Community work done around DrupalConsole. Many of your questions can be answered in our [DrupalConsole Book](https://www.gitbook.com/book/hechoendrupal/drupal-console/details).

If you find documentation in this DrupalConsole Book inaccurate or missing, you can created a new issue at [DrupalConsole Book](https://github.com/hechoendrupal/drupal-console-book) repository.

0 comments on commit 2b04ad8

Please sign in to comment.