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

Update CONTRIBUTING.md #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
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
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contribution Guidelines

This document contains a set of guidelines which any contributions to wagyufari/dzikirqu-android repository must follow.
This document contains a set of guidelines which any contributions to dzikirqu/dzikirqu-android repository must follow.

[If you disagree with something here, you should open up an issue to discuss making a change!](https://github.com/wagyufari/dzikirqu-android/issues/new)
[If you disagree with something here, you should open up an issue to discuss making a change!](https://github.com/dzikirqu/dzikirqu-android/issues/new)

## Table of Contents

Expand All @@ -14,7 +14,7 @@ This document contains a set of guidelines which any contributions to wagyufari/

## GitHub Flow

We use a modified version of [GitHub Flow](https://guides.github.com/introduction/flow/) at wagyufari/dzikirqu-android. The only difference is instead of deploying from a reviewed pull request, we merge first and deploy straight from master.
We use a modified version of [GitHub Flow](https://guides.github.com/introduction/flow/) at dzikirqu/dzikirqu-android. The only difference is instead of deploying from a reviewed pull request, we merge first and deploy straight from master.

Part of the GitHub Flow is submitting pull requests. See https://help.github.com/articles/using-pull-requests/ for a good overview of what pull requests are and how to use them. We use the _fork & pull model_ for managing contributions.

Expand Down