From 3f2d6d1a64b1df494344e4c1ccc754c5b8203015 Mon Sep 17 00:00:00 2001 From: Thomas Durieux <5577568+tdurieux@users.noreply.github.com> Date: Sun, 5 Jul 2026 06:19:35 +0200 Subject: [PATCH] Add issue template asking for scope, anonymous repo ID, and description (#744) Claude-Session: https://claude.ai/code/session_01XxLUHaHJmvzCevFgxBX38Y Co-authored-by: Claude --- .github/ISSUE_TEMPLATE/issue_report.yml | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue_report.yml diff --git a/.github/ISSUE_TEMPLATE/issue_report.yml b/.github/ISSUE_TEMPLATE/issue_report.yml new file mode 100644 index 0000000..9f68032 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_report.yml @@ -0,0 +1,30 @@ +name: Issue Report +description: Report a problem with Anonymous GitHub +body: + - type: checkboxes + id: scope + attributes: + label: Scope of the issue + description: >- + Anonymous GitHub is a service to anonymize repositories for double-blind + reviews. Issues about the anonymized paper itself or the content of an + anonymized repository should be addressed to the authors of the paper, + not here. + options: + - label: This issue is about Anonymous GitHub and not the paper or the content of the repository. + required: true + - type: input + id: repo-id + attributes: + label: Anonymous repository ID + description: The ID of the anonymous repository (e.g. the XXXX in https://anonymous.4open.science/r/XXXX). + placeholder: e.g. 1234 + validations: + required: false + - type: textarea + id: description + attributes: + label: Description of the issue + description: A clear and concise description of the issue, including steps to reproduce it if applicable. + validations: + required: true