Cookiecutter workflow 1. initialize cookiecutter (Step 1-11.ii)#57
Cookiecutter workflow 1. initialize cookiecutter (Step 1-11.ii)#57sbillinge merged 9 commits intodiffpy:cookiefrom bobleesj:cookierelease
Conversation
sbillinge
left a comment
There was a problem hiding this comment.
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.
.gitfile to the cookiecutter repocookiereleasebranch@sbillinge