From 734718755e938f500be916f8a7c27c077297c609 Mon Sep 17 00:00:00 2001 From: Sigrunixia Date: Sat, 6 May 2023 15:11:01 -0500 Subject: [PATCH] fix(issues): Typo Fix Fixed typo in Contributing.md and bug-report.yaml Signed-off-by: Sigrunixia --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 99f4168d..9242330a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -86,7 +86,7 @@ body: id: plugin-version attributes: label: Plugin Version - description: Which Fantasy Statblocks version are you using? + description: Which plugin version are you using? placeholder: 3.6.3 validations: required: true diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d245a96a..0ccdd733 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ Your PR helps us help you. 🎉. ## Code of Conduct -The Fantasy Statblocks Code of Conduct **[governs these project and everyone participating in it](https://github.com/javalent/fantasy-statblocks/CODE_OF_CONDUCT.md)**. +The Code of Conduct **[governs these project and everyone participating in it](https://github.com/javalent/fantasy-statblocks/CODE_OF_CONDUCT.md)**. By participating, the assumption is that you are agreeing to uphold this code. ## I've a Question