Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

24 lines (13 loc) · 1.19 KB

#How to contribute

We're striving to keep master's history with minimal merge bubbles. To achieve this, we're asking PRs to be submitted rebased on top of master.

To keep your local repository in a "rebased" state, simply run:

git config --global branch.autosetuprebase always changes the default for all future branches

git config --global branch.master.rebase true changes the setting for branch master

Note: you may still have to run manual "rebase" commands on your branches, to rebase on top of master as you pull changes from upstream.

#Submitting Changes

Please sign the Contributor License Agreement.

All content, comments, and pull requests must follow the Stellar Community Guidelines.

Submit a pull request rebased on top of master

  • Include a descriptive commit message.
  • Changes contributed via pull request should focus on a single issue at a time.

At this point you're waiting on us. We like to at least comment on pull requests within one week (and, typically, three business days). We may suggest some changes or improvements or alternatives.