From 060f3b59155bee28b2a1b0765cf339b2577809ab Mon Sep 17 00:00:00 2001 From: yixinBC Date: Wed, 4 Jan 2023 09:22:10 +0800 Subject: [PATCH 1/2] fix:typo --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0b90a0d..0bb0fd0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -25,7 +25,7 @@ body: attributes: label: Bug description description: | - Please describe the bug here,if possible, please provide a minimal example to reproduce the bug.The content of `~/.chatgpt/chatgpt.log` may be helpful if you meet a crash. + Please describe the bug here,if possible, please provide a minimal example to reproduce the bug.The content of `~/.chatgpt/chatgpt.log` may be helpful if you encounter a crash. validations: required: true - type: input From a6912deb9f7ca76fa362bcf85259e16628c427b9 Mon Sep 17 00:00:00 2001 From: yixinBC Date: Wed, 4 Jan 2023 09:34:40 +0800 Subject: [PATCH 2/2] add issue templates for docs --- .github/ISSUE_TEMPLATE/docmentation_issue.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/docmentation_issue.yml diff --git a/.github/ISSUE_TEMPLATE/docmentation_issue.yml b/.github/ISSUE_TEMPLATE/docmentation_issue.yml new file mode 100644 index 0000000..6aff586 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docmentation_issue.yml @@ -0,0 +1,19 @@ +name: "📚 Documentation Issue" +description: "report documentation issues, typos welcome!" +title: "[Doc]" +labels: + - "documentation" +body: +- type: markdown + attributes: + value: "Please make sure to [search for existing issues](https://github.com/lencx/ChatGPT/issues) before creating a new one." +- type: textarea + id: doc-description + attributes: + label: "Provide a description of requested docs changes" + description: "Briefly describe the requested docs changes." + validations: + required: true +- type: markdown + attributes: + value: Please limit one request per issue. \ No newline at end of file