File tree Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments