From ec3c81fe7526f1feaf9dcb976c23bfb2d7c42fa0 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 19 May 2024 01:07:07 +0300 Subject: [PATCH] .github: update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/enhancement.md | 2 +- .github/ISSUE_TEMPLATE/improvement_to_documentation.md | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/improvement_to_documentation.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3949b6c..c58a988 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a report to help us improve +about: Create a report to help us improve RenderCV title: '' labels: bug assignees: sinaatalay diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 139e159..fe0ea00 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -1,6 +1,6 @@ --- name: Enhancement -about: Suggest an idea for this project +about: Suggest an idea for RenderCV title: '' labels: enhancement assignees: sinaatalay diff --git a/.github/ISSUE_TEMPLATE/improvement_to_documentation.md b/.github/ISSUE_TEMPLATE/improvement_to_documentation.md new file mode 100644 index 0000000..c081e1e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/improvement_to_documentation.md @@ -0,0 +1,9 @@ +--- +name: Bug report +about: Create a report to help us improve the documentation of RenderCV +title: '' +labels: documentation +assignees: sinaatalay +--- + +A clear and concise description of what you want to add, improve, or fix in the documentation.