peacewong commented on a change in pull request #1062: URL: https://github.com/apache/incubator-linkis/pull/1062#discussion_r745626648
########## File path: .github/ISSUE_TEMPLATE/bug_report.yml ########## @@ -0,0 +1,99 @@ +name: Bug report +title: "[Bug] " +description: Problems and issues with code of Linkis +labels: [bug, triage] +body: + - type: markdown + attributes: + value: | + Thank you for reporting the problem! + Please make sure what you are reporting is a bug with reproducible steps. To ask questions + or share ideas, pleae post on our [Discussion page](https://github.com/apache/incubator-linkis/discussions) instead. + + - type: checkboxes + attributes: + label: Search before asking + description: > + Please make sure to search in the [issues](https://github.com/apache/incubator-linkis/issues) first to see + whether the same issue was reported already. + options: + - label: > + I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar + issues. + required: true + + - type: dropdown + attributes: + label: Linkis Component + description: | + What component are you using? Linkis has many subprojects, please make sure to choose the component that + you found the bug. + multiple: true + options: Review comment: Yes, it should only contain the following modules: ``` linkis-commons linkis-cg-entrance linkis-cg-manager linkis-cg-engineConnplugin linkis-cg-engineConnManager linkis-cg-client linkis-extensions linkis-orchestrator linkis-public-enhancements linkis-service-gateway linkis-service-discovery web ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org For additional commands, e-mail: dev-h...@linkis.apache.org