From 8d63ff02cf07be7a66f24cdb5a515de169f74071 Mon Sep 17 00:00:00 2001 From: Elvin Aslanov Date: Sun, 9 Jul 2023 19:03:52 +0200 Subject: [PATCH] config.yml: RFC -> PPC Rename in "url" and "about" --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 41099529e8..a81edb8cab 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - name: Feature request - url: https://github.com/Perl/RFCs - about: We are trialling a new RFC process. Please follow the link to see how to submit an "elevator pitch" for a new feature + url: https://github.com/Perl/PPCs + about: We are trialling a new change proposals process. Please follow the link to see how to submit an "elevator pitch" for a new feature - name: Report a CPAN Module Issue url: https://metacpan.org about: Please report issues with CPAN modules to their preferred bugtracker as indicated on their MetaCPAN page