So you're thinking about contributing to our photo-display webpage, great! To make sure every contributor is on the same 'page', the CommIT team advises to keep the following guidelines in mind when contributing.
For branching, we apply the same branching strategy as we use in Koala:
feature/
for new features.bug/
for bugfixes.doc/
for documentation.test/
for testing.debt/
for refactoring and enhancements.
Please make sure to write descriptive commit messages:
- The header should be 72 characters or less.
- Write messages in the imperative: "Fix bug X", "Add feature Y", etc.
- Reference issue in commit that fixes it: "Fixes #12: Remove bug Z".
- Add a body to the message in which you elaborate on the header.
Thank you a lot for any PR's!