Skip to content

Commit e4bb07e

Browse files
author
Patrice Brend'amour
committed
added changelog && contribution info
1 parent 59d9e11 commit e4bb07e

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
## 0.0.1 - 2014-XX-XX
5+
### Added
6+
- Initial version
7+
8+
### Deprecated
9+
-
10+
11+
### Removed
12+
-
13+
14+
### Fixed
15+
-
16+

CONTRIBUTING.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Contributing
2+
3+
We love pull requests. Here's a quick guide.
4+
5+
Fork, then clone the repo:
6+
7+
git clone git@github.com:your-username/zencoder-java.git
8+
9+
10+
Make your change. Add tests for your change.
11+
12+
Push to your fork and [submit a pull request][pr].
13+
14+
At this point you're waiting on us. We like to at least comment on pull requests
15+
within three business days (and, typically, one business day). We may suggest
16+
some changes or improvements or alternatives.
17+
18+
Some things that will increase the chance that your pull request is accepted:
19+
20+
* Write tests.
21+
* Use our [Checkstyle][style] style.
22+
* Write a [good commit message][commit].
23+
* Update [the changelog][changelog].
24+
25+
26+
If you have any more questions, [open an issue][issue] or send us an [email][email].
27+
28+
[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
29+
[pr]: https://github.com/bitzeche/zencoder-java/compare/
30+
[issue]: https://github.com/bitzeche/zencoder-java/issues/
31+
[email]: mailto:p.brendamour@bitzeche.de
32+
[changelog]: https://github.com/bitzeche/zencoder-java/blob/master/CHANGELOG.md
33+
[style]: http://eclipse-cs.sourceforge.net

0 commit comments

Comments
 (0)