-
Notifications
You must be signed in to change notification settings - Fork 627
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Contributing guidelines #346
Conversation
|
||
## Making Changes | ||
|
||
* Create a topic branch from where you want to base your work. |
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.
Well, non-contributers won't be able to create topic branch. They will have to fork.
UPDATE: Ah, sorry, I did not read top section. Anyways, better to mention that one is to work with fork )
|
||
* Push your changes to a topic branch in your fork of the repository. | ||
* Submit a pull request to the repository. | ||
* Make sure that the PR has a clean log message. |
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.
Maybe recommend to squash commits? That would help with clean commit history.
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.
Didn't github just add squashed merges?
15512b2
to
fc66e0f
Compare
Until @haio enables rebase-like merge, I recommend we use rebase instead of merge to avoid those "Merge ...." commits. |
fc66e0f
to
beee76d
Compare
@estliberitas I agree, I added a comment with this. |
* Push your changes to a topic branch in your fork of the repository. | ||
* Submit a pull request to the repository. | ||
* Make sure that the PR has a clean log message and don't hesitate to squash | ||
and rebase your commits in order to preserve a clean hitory log. |
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.
There's a typo in the word "history" here
beee76d
to
4c32456
Compare
@haio Will you add squash style merging soon? I'd like to use it ) |
The problem of this, is that we cannot easily revert PR am I wrong? Le mar. 5 avr. 2016 à 00:13, Alexander Makarenko notifications@github.com
|
@carlessistare Well, I did not see if github does it for this new feature. If it does not have "Revert" button, then it will be a kinda issue but not that big one. |
Some guidelines for contributors and code reviewers to be followed