-
Notifications
You must be signed in to change notification settings - Fork 1
Migration: update the docs #20
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
base: gmaster
Are you sure you want to change the base?
Conversation
CONTRIBUTING.md
Outdated
| ## Development Workflow | ||
|
|
||
| 0. Fork Repository | ||
| - Visit [GlusterFS repository](https://github.com/gluster/glusterfs) and click 'Fork'. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Direct link to Fork https://github.com/gluster/glusterfs/fork
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
| - Commit changes as a new commit on top of the original commits in the branch, and push the changes to same branch (issueNNNN) | ||
| - Commit changes into the same commit with `--amend` option, and do a push to the same branch with `--force` option. | ||
|
|
||
| 6. Merging: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge type is "Squash and Merge"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Only that is permitted. Will update the document
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
* Make CONTRIBUTING.md have complete workflow documented. * Change './rfc.sh' to reflect the new workflow Updates: gluster/project-infrastructure#62 Change-Id: I31becd7cdb35cb68048b662786c31694791d50fe Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I31becd7cdb35cb68048b662786c31694791d50fe
Signed-off-by: Amar Tumballi amar@kadalu.io