From bee53b730262a12316ec20e8217899d9fcd99a64 Mon Sep 17 00:00:00 2001 From: Eduardo Leao <121963234+eduardoleao052@users.noreply.github.com> Date: Tue, 9 Apr 2024 00:28:03 -0300 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 45 ++++++++------------------- 1 file changed, 13 insertions(+), 32 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 4abd10a..c09b863 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,41 +1,22 @@ -name: Bug Report +name: "Bug Report" description: Report a bug on js-torch. Please fill out the template so that the error is clearer, and quicker to fix :D labels: ["enhancement"] body: - type: markdown attributes: value: > - Thank you for taking the time to file a bug report. - - Use this to report bugs in LangChain.js. - - If you're not certain that your issue is due to a bug in LangChain, please use [GitHub Discussions](https://github.com/langchain-ai/langchainjs/discussions) - to ask for help with your issue. - - Relevant links to check before filing a bug report to see if your issue has already been reported, fixed or - if there's another way to solve your problem: - - [LangChain.js documentation with the integrated search](https://js.langchain.com/docs/get_started/introduction), - [API Reference](https://api.js.langchain.com/), - [GitHub search](https://github.com/langchain-ai/langchainjs), - [LangChain.js Github Discussions](https://github.com/langchain-ai/langchainjs/discussions), - [LangChain.js Github Issues](https://github.com/langchain-ai/langchainjs/issues?q=is%3Aissue), - [LangChain.js ChatBot](https://chatjs.langchain.com/) - # - type: markdown - # attributes: - # value: > - # Thank you for sharing your bug report. The following steps are in place to reduce response-time, and help identifying and fixing the bug faster! - # - type: textarea - # id: describe - # validations: - # required: true - # attributes: - # label: Describe the Bug - # description: Please give a clear and concise description of the bug. Explain what is happening, and what you expected. - # placeholder: | - # * What is your environment (Operating System, browser, version)? - # * What is happening? - # * What did you expect? + Thank you for sharing your bug report. The following steps are in place to reduce response-time, and help identifying and fixing the bug faster! + - type: textarea + id: describe + validations: + required: true + attributes: + label: Describe the Bug + description: Please give a clear and concise description of the bug. Explain what is happening, and what you expected. + placeholder: | + * What is your environment (Operating System, browser, version)? + * What is happening? + * What did you expect? # - type: textarea # id: code # attributes: