Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Submit a benchmark solution
url: https://github.com/leanprover/lean-eval-submissions/issues/new?template=submit.yml
about: Benchmark submissions are filed in leanprover/lean-eval-submissions, not here.
- name: Discussion on Zulip
url: https://leanprover.zulipchat.com/#narrow/channel/583341-Model-comparisons-for-Lean/topic/LeanEval/with/594108910
about: General questions and discussion about lean-eval happen in the #Model-comparisons-for-Lean > LeanEval topic on the Lean Zulip.
Expand Down
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/submit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: "Moved: submit at lean-eval-submissions"
description: Benchmark submissions live in leanprover/lean-eval-submissions. This template only exists to catch stale links and redirect you there.
title: "[wrong repo] please file at leanprover/lean-eval-submissions"
body:
- type: markdown
attributes:
value: |
## Benchmark submissions have moved

The hosted submission pipeline (issue intake, fetch, evaluate, leaderboard
recording) is no longer in this repository. It now lives in:

**https://github.com/leanprover/lean-eval-submissions/issues/new?template=submit.yml**

Please open your submission there. Nothing filed here will be evaluated or
recorded on the leaderboard.

You can close this draft and follow the link above; there is nothing more
to do in this repository.
- type: checkboxes
id: ack
attributes:
label: Acknowledgement
options:
- label: I understand this repository no longer accepts submissions and I should file at leanprover/lean-eval-submissions instead.
required: true
Loading