Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding section regarding commit message format to CONTRIBUTING.md. #106

Merged
merged 4 commits into from
Aug 13, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ If you have an idea or change you would like to request, please go to [issues](h
## Pull Requests
PRs have a checklist that walks you through the things that you should do for any PR. This document provides greater detail and context around what some of those checklist items mean. Please take the time to read through this document and our styleguide before contributing so that we can keep SwiftCurrent clean, and maintainable. By the time you submit code we want to be focused on the logic, not the formatting, or patterns. Also please be sure to read the section on testing in this guide as tests are incredibly important to us.

> The SwiftCurrent team finds value in structuring our commit messages in a consistent way. We would love it if you would do the same:
>
> ```[branch-name] - description```

wiemerm marked this conversation as resolved.
Show resolved Hide resolved
## Sign the CLA

Before you can contribute to SwiftCurrent, you will need to sign the [Contributor License Agreement](https://cla-assistant.io/wwt/SwiftCurrent).
Expand Down