-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 appraisal and foreman commands to docs #877
Add appraisal and foreman commands to docs #877
Conversation
For contributors that not aware about appraisal and foreman it is hard to know how to run the development server and tests with appraisal.
CONTRIBUTING.md
Outdated
require no new tests. If you are adding functionality or fixing a bug, | ||
we need a test! | ||
|
||
5. Make the test pass. | ||
6. Make the test pass. |
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.
While we’re in here, thoughts on swapping all of these to 1
s and having Markdown build the ordered list for us?
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.
Nice! I did not know about this feature
This looks good! Re: |
@nickcharlton I see that CI do not use Will we make changes to the |
Hmm, I agree. Let's leave it for now. I'd be happy to see another PR, though. |
For contributors that not aware about appraisal and foreman it is hard to know how to run the development server and tests with appraisal.
For contributors that not aware about appraisal and foreman it is hard to know how to run the development server and tests with appraisal.
As a suggestion, it will be good to move the
appraisal install
command tobin/setup
, but not sure how CI will react on this change.