Skip to content

Commit

Permalink
[#7] Added StackOverflow link for cross-reference
Browse files Browse the repository at this point in the history
This link describes best approaches to ask meaningful questions, which applies to any project and technical documentation source.
  • Loading branch information
jcstaudt committed Apr 30, 2018
1 parent ecc653e commit 2ba4e3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ Please send a [GitHub Pull Request to LibreComputerProjectUserGroup](https://git
Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit).
Please conduct an integration test before merging.

Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
Always write a clear (i.e. not vague/generic) log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:

$ git commit -m "A brief summary of the commit
>
> A paragraph describing what changed and its impact."

## Requesting support, or supporting others

You may wish to reference [this guide at StackOverflow](https://stackoverflow.com/help/how-to-ask) to understand the best approach to request or provide support.

## Coding conventions

We optimize for readability:
Expand Down

0 comments on commit 2ba4e3f

Please sign in to comment.