From 8fcc6de67ba3c0ffcf63682988ccca903d5e70cd Mon Sep 17 00:00:00 2001 From: silverpill Date: Tue, 4 Aug 2026 15:09:09 +0200 Subject: [PATCH] Add issue template (#901) This PR adds a template selection step when creating an issue. The text explains that only issues related to FEP repository should be reported here. Documentation: https://forgejo.org/docs/latest/user/repository/issue-pull-request-templates/ Reviewed-on: https://codeberg.org/fediverse/fep/pulls/901 Reviewed-by: Arnold Schrijver --- .forgejo/issue_template/issue_template.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .forgejo/issue_template/issue_template.yaml diff --git a/.forgejo/issue_template/issue_template.yaml b/.forgejo/issue_template/issue_template.yaml new file mode 100644 index 0000000..18cd200 --- /dev/null +++ b/.forgejo/issue_template/issue_template.yaml @@ -0,0 +1,7 @@ +--- +name: 'FEP repository' +about: 'Report any issues related to the FEP repository. If you want to discuss a FEP, please use its discussion topic that is listed in the tracking issue for the FEP draft. See: https://fediverse.codeberg.page/fep/draft/' +labels: + - meta +--- +