From 3a3962e0b39bb1079ee36df8031ec9a606a1c13f Mon Sep 17 00:00:00 2001 From: Soitora Date: Mon, 28 Jun 2021 19:51:56 +0200 Subject: [PATCH] Create parity with main repo issues (#7914) * [skip ci] Rename issue/bug to just issue Also changes the file naming scheme of the issue forms. * [skip ci] Tweak issue overview * [skip ci] Change website icon * [skip ci] Remove punctuation from external links Now matches with the issue form templates --- .github/ISSUE_TEMPLATE/config.yml | 10 +++++----- .../{source_bug.yml => report_issue.yml} | 8 ++++---- .../{feature_request.yml => request_feature.yml} | 0 .../{meta_request.yml => request_meta.yml} | 0 .../{source_request.yml => request_source.yml} | 0 5 files changed, 9 insertions(+), 9 deletions(-) rename .github/ISSUE_TEMPLATE/{source_bug.yml => report_issue.yml} (94%) rename .github/ISSUE_TEMPLATE/{feature_request.yml => request_feature.yml} (100%) rename .github/ISSUE_TEMPLATE/{meta_request.yml => request_meta.yml} (100%) rename .github/ISSUE_TEMPLATE/{source_request.yml => request_source.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 77a21059b..710673d3a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ blank_issues_enabled: false contact_links: - - name: ⚠️ Tachiyomi app issue + - name: ⚠️ Application issue url: https://github.com/tachiyomiorg/tachiyomi/issues/new/choose - about: Issues and requests about the app itself should be opened in the tachiyomi repository instead. + about: Issues and requests about the app itself should be opened in the tachiyomi repository instead - name: 📦 Tachiyomi extensions url: https://tachiyomi.org/extensions - about: List of all available extensions with download links. - - name: 🌐 Tachiyomi website + about: List of all available extensions with download links + - name: 🖥️ Tachiyomi website url: https://tachiyomi.org/help/ - about: Guides, troubleshooting, and answers to common questions. + about: Guides, troubleshooting, and answers to common questions diff --git a/.github/ISSUE_TEMPLATE/source_bug.yml b/.github/ISSUE_TEMPLATE/report_issue.yml similarity index 94% rename from .github/ISSUE_TEMPLATE/source_bug.yml rename to .github/ISSUE_TEMPLATE/report_issue.yml index 0e4081d45..772ca165f 100644 --- a/.github/ISSUE_TEMPLATE/source_bug.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -1,5 +1,5 @@ -name: 🐞 Issue/Bug report -description: Report a source issue/bug in Tachiyomi +name: 🐞 Issue report +description: Report a source issue in Tachiyomi title: "Source name: Short description" labels: [Bug] body: @@ -62,12 +62,12 @@ body: id: reproduce-steps attributes: label: Steps to reproduce - description: Provide an example of how to trigger the bug. + description: Provide an example of the issue. placeholder: | Example: 1. First step 2. Second step - 3. Bug occurs + 3. Issue here validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/request_feature.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/request_feature.yml diff --git a/.github/ISSUE_TEMPLATE/meta_request.yml b/.github/ISSUE_TEMPLATE/request_meta.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/meta_request.yml rename to .github/ISSUE_TEMPLATE/request_meta.yml diff --git a/.github/ISSUE_TEMPLATE/source_request.yml b/.github/ISSUE_TEMPLATE/request_source.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/source_request.yml rename to .github/ISSUE_TEMPLATE/request_source.yml