Skip to content
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

Add info about CHANGELOG on the CONTRIBUTING #1222

Merged
merged 1 commit into from
Oct 8, 2015

Conversation

maurogeorge
Copy link
Member

No description provided.

6. Push to the branch (`git push origin my-new-feature`)
7. Create a new Pull Request
5. Update [CHANGELOG.md](https://github.com/rails-api/active_model_serializers/blob/master/CHANGELOG.md)
with a brief description of your changes under the current develop version heading.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would love to note somehow that if there's a merge conflict with the CHANGELOG in a pr (which is frequent), the maintainers will ensure the pr is merged

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with a brief description of any breaking changes, fixes, features, or miscellaneous changes under the proper version section.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw, 👍 thanks for this

@beauby
Copy link
Contributor

beauby commented Oct 2, 2015

👍 Let's get the wording right, and then merge it.

@maurogeorge
Copy link
Member Author

Thanks for the review. Updated with the right wording.

5. Commit your changes (`git commit -am 'Add some feature'`)
6. Push to the branch (`git push origin my-new-feature`)
7. Create a new Pull Request
5. Update [CHANGELOG.md](https://github.com/rails-api/active_model_serializers/blob/master/CHANGELOG.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem if you update the changelog at that point is that you don't know the PR reference yet.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 maybe update change log and squash unnecessary commits should be done later in this process

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usually, the following happens:

  1. Create your branch and commit the feature/tests, push and issue PR
  2. Iterate on feedback given by the community (fix syntax, modify bits of code, add tests), pushing the new commits to the PR each time
  3. When it looks ready to merge, update the changelog + squash the commits

@maurogeorge
Copy link
Member Author

Thanks for the review.

I update the code, take a look when you have some time 😄

@joaomdmoura
Copy link
Member

Nice @maurogeorge merging it.

joaomdmoura added a commit that referenced this pull request Oct 8, 2015
Add info about CHANGELOG on the CONTRIBUTING
@joaomdmoura joaomdmoura merged commit 9a6ddf3 into rails-api:master Oct 8, 2015
@maurogeorge
Copy link
Member Author

Thanks for the merge 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants