-
-
Notifications
You must be signed in to change notification settings - Fork 493
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
Fix #4447 Fix #3987 Fix #3755 merge README into CONTRIBUTING and document deploy process #4449
Fix #4447 Fix #3987 Fix #3755 merge README into CONTRIBUTING and document deploy process #4449
Conversation
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.
I'm OK with this, other than one comment. @awwaiid did you want to take a look?
CONTRIBUTING.md
Outdated
end | ||
``` | ||
|
||
## Deployment Process |
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.
This isn't part of the contribution guidelines, no?
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.
It's in the README at the bottom in the master repository and issue #3987 said to document the deploy process, so I figured I would put it in CONTRIBUTING. Should I put it back in the README? Or delete it?
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.
Let's put it back in the README.
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.
resolved by 9cb04c1
cf7733f
to
85b8c40
Compare
…d date versioning
85b8c40
to
9cb04c1
Compare
Thanks! |
@jimmyli97: Your PR |
Resolves #4447 Resolves #3987
Together with #3766 resolves #3755
Description
bundle exec rake
andbin/lint
before pull requestsAdditional changes:
binding.pry
inrspec
for specific line numbersgit push origin tag <tagname>
instead ofgit push --tags
, see this SO post for whyMotivation
Basically what I mentioned in #4447, the duplication of guidelines is a bit confusing as well as the conflicting information about what to run before making a pull request. Also, I wanted a checklist that I could glance at to make sure I did everything correctly.
Type of change
How Has This Been Tested?
Opened README and CONTRIBUTING and SBV in browser