RCPL / v3

RichlandLibrary.com v3 — presently a prototype built with Jekyll
https://rcpl.github.io/v3/
0 stars 1 forks source link

Automated Tests #117

Open attheshow opened 7 years ago

attheshow commented 7 years ago

As a developer, when updating code, I want automated tests to ensure that the changes I am making do not have a negative impact on the site.

wraybowling commented 7 years ago

Ideally, there would be multiple checks before changes go live. Examples: Travis CI, AppVeyor, approval from contributors with github repo write access.

attheshow commented 7 years ago

I'll definitely want to weigh in on the actual implementation and method used in this since this will have a big impact on the work that I do at the library.

I also still think this belongs in the wants category as well.