clay4444 commented on a change in pull request #1062: URL: https://github.com/apache/incubator-linkis/pull/1062#discussion_r742606761
########## File path: .github/ISSUE_TEMPLATE/config.yml ########## @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Ask a question or get support + url: https://github.com/apache/incubator-linkis/issues Review comment: the URL should refer to the discussion page, right? ########## 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 Review comment: ```suggestion What component are you using? Linkis has many modules, please make sure to choose the modul that ``` ########## File path: .github/ISSUE_TEMPLATE/config.yml ########## @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Ask a question or get support + url: https://github.com/apache/incubator-linkis/issues + about: Ask a question or request support for using Linkis Review comment: new line ########## File path: .github/ISSUE_TEMPLATE/feature_request.yml ########## @@ -0,0 +1,63 @@ +name: Linkis feature request +description: Suggest an idea for Linkis project +title: "[Feature] " +labels: [enhancement] +body: + - type: markdown + attributes: + value: | + Thank you for finding the time to propose a new feature! + We really appreciate the community efforts to improve Linkis. + - 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 feature was requested already. + options: + - label: > + I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar + feature requirement. + required: true + - type: textarea + attributes: + label: Problem Description + description: Is your feature request related to a problem? Please describe. + + - type: textarea + attributes: + label: Description + description: A short description of your feature + + - type: textarea + attributes: + label: Use case + description: > + Describe the use case of your feature request. + placeholder: > + Describe the solution you'd like A clear and concise description of what you want to happen. + + - type: textarea + attributes: + label: solutions + description: Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. + + - type: textarea + attributes: + label: Anything else + description: Anything else we need to know? + placeholder: > + Additional context Add any other context or screenshots about the feature request here. + + - type: checkboxes + attributes: + label: Are you willing to submit a PR? + description: > + This is absolutely not required, but we are happy to guide you in the contribution process + especially if you already have a good understanding of how to implement the feature. + options: + - label: Yes I am willing to submit a PR! + + - type: markdown + attributes: + value: "Thanks for completing our form!" Review comment: new line ########## 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: I think these modules listed here aren't exactly correct, Could you help to confirm this? @peacewong ########## 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: + - "linkis core" + - "linkis tune" + - "web" + - "service" + - "others" + validations: + required: true + + - type: textarea + attributes: + label: What happened + What you expected to happen + description: Describe 1. the bug 2. expected behavior 3. useful information (e.g., logs) + placeholder: > + Please provide the context in which the problem occurred and explain what happened. Further, + To Reproduce Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '.... 4. See error + please also explain why you think the behaviour is erroneous. It is extremely helpful if you can + copy and paste the fragment of logs showing the exact error messages or wrong behaviour here. + + **NOTE**: Expected behavior A clear and concise description of what you expected to happen.Screenshots If applicable, add screenshots to help explain your problem. + validations: + required: true + + - type: textarea + attributes: + label: Relevent platform + description: The platform where you occurred this issue + placeholder: > + Please specify Desktop or Smartphone, Version / Dependencies / OS / Browser + validations: + required: true + + - type: textarea + attributes: + label: Reproduction script + description: > + Please provide a reproducible script. Providing a narrow reproduction (minimal / no external dependencies) will + help us triage and address issues in the timely manner! + placeholder: > + Please provide a short code snippet (less than 50 lines if possible) that can be copy-pasted to + reproduce the issue. The snippet should have **no external library dependencies** + (i.e., use fake or mock data / environments). + + **NOTE**: If the code snippet cannot be run by itself, the issue will be marked as "needs-repro-script" + until the repro instruction is updated. + validations: + required: true + + - type: textarea + attributes: + label: Anything else + description: Anything else we need to know? + placeholder: > + How often does this problem occur? (Once? Every time? Only when certain conditions are met?) + Any relevant logs to include? Are there other relevant issues? + + - type: checkboxes + attributes: + label: Are you willing to submit a PR? + description: > + This is absolutely not required, but we are happy to guide you in the contribution process + especially if you already have a good understanding of how to implement the fix. + options: + - label: Yes I am willing to submit a PR! + + - type: markdown + attributes: + value: "Thanks for completing our form!" Review comment: new line -- 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