Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

SPKLR-108: Contrib guidelines updated to link issue number

Closes #108
  • Loading branch information...
thammegowda committed Apr 11, 2017
1 parent e23f72f commit a776238b8f4f35316acb8b1a0cc1556d7e279404
Showing with 7 additions and 1 deletion.
  1. +7 −1 .github/CONTRIBUTING.md
@@ -17,13 +17,19 @@ Contributions to Sparkler should be made in the form of GitHub pull requests. Ea

## Pull Request Checklist

- Branch from the master branch and, if needed, rebase to the current master
- If an issue already exists in [issues page](https://github.com/USCDataScience/sparkler/issues)
to describe the change you are bringing into, great, remember the $ISSUENUM.
Otherwise, create an issue and get its $ISSUENUM.

- Branch from the master branch (ideally, with branch name 'SPKLR-$ISSUENUM') and, if needed, rebase to the current master
branch before submitting your pull request. If it doesn't merge cleanly with
master you may be asked to rebase your changes.

- Commits should be as small as possible, while ensuring that each commit is
correct independently (i.e., each commit should compile and pass tests).

- Commit messages shall start with "SPKLR-$ISSUENUM: ...."

- All the additional libraries, plugins you bring into the Sparkler have a license permissible to redistribute under Apache License 2.0. Ask us incase you are doubtful about a specific library.

- If your patch is not getting reviewed or you need a specific person to review it, you can @-reply a reviewer asking for a review in the pull request or a comment.

0 comments on commit a776238

Please sign in to comment.
You can’t perform that action at this time.