Aidan Feldman
Aidan Feldman
Sorry, I could have been more clear: I meant automated tests for their code (of the JUnit, RSpec, QUnit, etc. variety).
Should have mentioned before, but there's a section of the [classroom guide](https://education.github.com/guide/assignments#automated-testing) about automated testing, as well as a description of [how I'm using Travis etc.](https://github.com/advanced-js/syllabus/blob/master/meta.md) in one of my...
I don't know of any way to do that through Travis – would probably need to set up something custom if hiding the tests is important to you.
Right. The basic idea is that you need (private) scripts run when the code is submitted, which can be triggered via [web hooks](https://developer.github.com/webhooks/). https://travis-ci.org/ can't be used because there's no...
On the fence about whether this is worthwhile...
> The whole project Do you mean this repository, or GitHub+education in general? > where does a novice go? Do you mean "...to understand how to participate in this repository",...
Awesome work! :metal: Left some nitpicky notes inline. Also, we'll need to - [ ] Merge master and convert to CLI input format - [ ] Add tests - [...
Nope, still open. I just meant that those actions work for the Sandbox strategy, but not for Forks.
We are open to pull requests :wink:
No setup is needed for gitignore as long as the file is present in the repository, so you could simply include these in the [boilerplate](https://education.github.com/guide/repository_setup) repository. If the instructions for...