Skip to content

Commit

Permalink
Create contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjoosten committed Jan 2, 2015
1 parent a8a1324 commit 0f13b8f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions contributing.md
@@ -0,0 +1,18 @@
Contributing to CodeIgniter Ion Auth.
===================================

First of all thanks for your interest. But contributing to this repo has some requirements.
Those requirements are listed below.

### Issue tracker.
The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests, but please respect the following restrictions:

- Please do not use the issue tracker for personal support requests.
- Please do not derail or troll issues. Keep the discussion on topic and respect the opinions of others.

### Requirements
- Make sure your `PHP`Code is following the Codeigniter standards.
- Add spacings between the php begin and end tag.
- Comments should also have a space between `//` and the begin of the comment. like `// Example`.


0 comments on commit 0f13b8f

Please sign in to comment.