Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 18, 2025

Description

Adds "Est. 2015" to the footer that links to the repository's first commit (April 17, 2015), celebrating over a decade of TestingConferences.org.

Changes

  • Modified _includes/footer.html to append | <a href="...">Est. 2015</a> to the copyright line
  • Links to commit 1b028cfba42af75900682818914203c2f87532a4 (initial commit from April 2015)

Before:

© 2025 Software Testing Conferences and Workshops

After:

© 2025 Software Testing Conferences and Workshops | <a href="https://github.com/TestingConferences/testingconferences.github.io/commit/1b028cfba42af75900682818914203c2f87532a4">Est. 2015</a>

Additional context

Single line change. The "Est. 2015" link uses the site's existing link styling (brand green color).

Original prompt

This section details on the original issue you should resolve

<issue_title>Established Date</issue_title>
<issue_description>Now that we've passed a full decade of existing, I want to add an established date somewhere in the footer. If you click the "Est. 2015" it should link to the first commit. </issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com>
@ckenst ckenst marked this pull request as ready for review December 18, 2025 21:52
@ckenst ckenst self-requested a review as a code owner December 18, 2025 21:52
Copilot AI changed the title [WIP] Add established date to footer with link to first commit Add Est. 2015 with link to first commit in footer Dec 18, 2025
@ckenst ckenst merged commit b269194 into main Dec 18, 2025
3 checks passed
@ckenst ckenst deleted the copilot/add-established-date-footer branch December 18, 2025 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Established Date

2 participants