Skip to content

Commit

Permalink
Update bug-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoleao052 authored Apr 9, 2024
1 parent 30c2889 commit bee53b7
Showing 1 changed file with 13 additions and 32 deletions.
45 changes: 13 additions & 32 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit bee53b7

Please sign in to comment.