Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

We would like to more people to use, contribute to, and maintain Gobblin. These three aims align with the 3 main roles of members within our community : users, contributors, and committers/maintainers. We would like to instill a sense of ownership and pride among the members of our community by encouraging:

...

...

  • Sending an email to dev@gobblin.incubator.apache.org (after registering, c.f. Contributor's Guide)
    • Best way to initiate a long tail discussion
  • Asking a question on https://gitter.im/gobblin/Lobbyon Slack 
    • Community members including contributors / committers hang out on Gitter Slack and should be able to answer your questions
    • Best way to get a quick response
  • Open a JIRA when a bug is found & propose a PR with a Fix
    • Only way to get PRs approved or to report bugs

...


...

Does Your Company Use Gobblin?

If so, please let us know on dev@gobblin.incubator.apache.org or Gitter: https://gitter.im/gobblin/Lobby and we will be happy to update the Powered By page. Alternatively, you can also send a PR for updating the Powered By page. 

...

...

  • When filing PRs, remember to 
    • rebase Rebase your fork (http://stackoverflow.com/a/7244456/1110993)
    • squash Squash your commits
    • Create a JIRA for your bug fix/feature enhancement - point the JIRA "External Issue URL" to your PR URL
    • Preface your commit's subject & PR's title with [GOBBLIN-XXX], where XXX is the JIRA number, and add a JIRA link in the PR description
      • Some folks only preface the PR title with [GOBBLIN-XXX], but we also need the commit message subject to contain the JIRA id. This is because we use the subject line in the commit messages when creating the release notes. 
    • add Add an Apache License header to all new files
    • & follow the 7 rules of good Git commits