From 3e61c5984d7b0d407386f6cf4b68ffbc23f1c67d Mon Sep 17 00:00:00 2001 From: Richard Date: Fri, 17 Feb 2023 22:41:00 +0000 Subject: [PATCH] Fixed typos in GitHub templates and bug schemas (#2080) --- .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/bugreport.yaml | 4 ++-- .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/config.yaml | 0 .../{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/feature_request.yaml | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/bugreport.yaml (98%) rename .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/config.yaml (100%) rename .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/feature_request.yaml (100%) diff --git a/.github/ISSUE_TEMPLATES/bugreport.yaml b/.github/ISSUE_TEMPLATE/bugreport.yaml similarity index 98% rename from .github/ISSUE_TEMPLATES/bugreport.yaml rename to .github/ISSUE_TEMPLATE/bugreport.yaml index f6ef91359..fa218c969 100644 --- a/.github/ISSUE_TEMPLATES/bugreport.yaml +++ b/.github/ISSUE_TEMPLATE/bugreport.yaml @@ -6,9 +6,9 @@ assignees: [] body: - type: markdown attributes: - values: > + value: > ## Please note: - This form should only be used if _you can reporoduce_ the bug the current + This form should only be used if _you can reporoduce_ the bug the *current* release of netbox. For installation, configuration or other help with Open5GS please use our [discussion forum](https://github.com/open5gs/open5gs/discussions). - type: input diff --git a/.github/ISSUE_TEMPLATES/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml similarity index 100% rename from .github/ISSUE_TEMPLATES/config.yaml rename to .github/ISSUE_TEMPLATE/config.yaml diff --git a/.github/ISSUE_TEMPLATES/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml similarity index 100% rename from .github/ISSUE_TEMPLATES/feature_request.yaml rename to .github/ISSUE_TEMPLATE/feature_request.yaml