diff --git a/.deploy.sh b/.deploy.sh index 3971883..9337576 100755 --- a/.deploy.sh +++ b/.deploy.sh @@ -1,5 +1,5 @@ #!/bin/bash -pipenv run scrapy list | xargs -I {} pipenv run scrapy crawl {} -s LOG_ENABLED=False & +pipenv run scrapy list | xargs -I {} pipenv run scrapy crawl {} -s LOG_ENABLED=True & # Output to the screen every 9 minutes to prevent a travis timeout # https://stackoverflow.com/a/40800348 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 20d3e08..e4b253b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,19 +1,28 @@ -## Summary +## What's this PR do? + -**Issue:** #ISSUE_NUMBER +## Why are we doing this? + -Replace "ISSUE_NUMBER" with the number of your issue so that GitHub will link this pull request with the issue and make review easier. +## Steps to manually test + -All checks are run in [GitHub Actions](https://github.com/features/actions). You'll be able to see the results of the checks at the bottom of the pull request page after it's been opened, and you can click on any of the specific checks listed to see the output of each step and debug failures. - -- [ ] Tests are implemented -- [ ] All tests are passing -- [ ] Style checks run (see [documentation](https://cityscrapers.org/docs/development/) for more details) -- [ ] Style checks are passing -- [ ] Code comments from template removed - -## Questions - -Include any questions you have about what you're working on. +## Are there any smells or added technical debt to note? + diff --git a/.gitignore b/.gitignore index dc864e5..cb6ff0f 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,4 @@ logs/*.log travis/*.json # output files: local gitignore added to city_scrapers/local_outputs/ +*.csv