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

Fixing URL #910

Open
wants to merge 1 commit into
base: Core
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Contributing to Voat

We use [git-flow branching model](http://nvie.com/posts/a-successful-git-branching-model/").
We use [git-flow branching model](http://nvie.com/posts/a-successful-git-branching-model/).

## Git-flow concept summary

Expand All @@ -14,4 +14,4 @@ If you would like to contribute a new feature or work on something non-trivial,
We use hotfix branches for patches of the latest release. Hotfix branches are merged both into the master and development branches.

## 3rd party libraries and license compatibility
Before you start working on introducing a new library, please make sure that the license of said library is fully compatible with GNU GPL V3. Credit to original authors of said libraries should be given in the about page.
Before you start working on introducing a new library, please make sure that the license of said library is fully compatible with GNU GPL V3. Credit to original authors of said libraries should be given in the about page.