Skip to content

Commit 564763d

Browse files
committed
Added changes and contributing guides.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
1 parent bccd865 commit 564763d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Changes
2+
3+
### 0.1.0 (April 7th, 2014)
4+
5+
- Initial development release.

contributing.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Contributing to the OAuth 2.0 Server
2+
3+
If you'd like to contribute to this package we'd like you to keep a few things in mind:
4+
5+
1. If you're submitting a new feature then please take the time to propose the idea first. Please keep the [OAuth 2.0 specification](http://tools.ietf.org/html/rfc6749) in mind as this package avoids deviating from the specification.
6+
2. Any new features should initially be branched off of the `develop` branch and pull requests should target the `develop` branch.
7+
3. Bug fix pull requests do not require a proposal and should target the `master` branch.
8+
4. Always run `phpunit` after making any changes to ensure all tests pass. If adding a new feature ensure you write applicable tests.
9+
10+
Messy pull requests will generally not be merged. Please try to keep your code neat and follow the existing coding style.
11+
12+
Cheers and thanks for contributing!

0 commit comments

Comments
 (0)