ePADD / epadd

ePADD is a software package developed by Stanford University's Special Collections & University Archives that supports archival processes around the appraisal, ingest, processing, discovery, and delivery of email archives.
https://www.epaddproject.org
111 stars 24 forks source link

Update issue templates #434

Closed awoods closed 1 year ago

awoods commented 1 year ago

This PR establishes two templates (feature, bug-report) for when community members click the button to create new GitHub Issues.

awoods commented 1 year ago

This pull-request is a "documentation only" update; no code change. It appears that Travis is failing to build:

When I pull down the main branch and build locally, I get the same error. Build command:

mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V

It appears that the build broke with the commit: "Added integration of Emailchemy", https://github.com/ePADD/epadd/commit/dac92732671cdea31d8965408b847ed2065c3926 , likely related to the addition of the emailchemy dependency that does not appear to be in Maven Central.