-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cookiecutter workflow 1. initialize cookiecutter (Step 1-11.ii) #57
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.
This looks great!
A couple of comments....I see things being lost in the run.txt that I guess should probably be there...is there a reason for this? Also, in general, this is quite a lot on a single PR. The files that are aded with no changes are easier to merge than ones that are modified.
Finally, a good practice is to review your own PR on GH, in case you are not. When I see the requirements/README.txt I guess you are not....
But small points....this is going great!
Thanks for the catch. Now, the
Got it - I will try to separate moving files vs. modifying files in separate PRs moving forward.
Indeed. I was very excited after the tests were passed and made a pull request. The README.txt file is now removed. Any other feedback? I am learning much from you. |
This looks good, more or less ready to merge, but it is failing tests now. |
@bobleesj I went ahead and merged this because I noticed that the code has not been moved to a src directory yet, so that will break tests anyway. We may as well fix tests when the code structure is correct. |
it was correct to make the PR, but after making it, you can save time by going to GH and reviewing it yourself. You will be seeing the same diffs I will see and you can fix things you missed by pushing fixes before I even look at it. You would have seen the readme saying "delete me", for example. |
I followed the instructions step-by-step. I am in an uncomfortable zone, but I have faith moving forward.
.git
file to the cookiecutter repocookierelease
branch@sbillinge