rzo1 commented on code in PR #1491: URL: https://github.com/apache/incubator-stormcrawler/pull/1491#discussion_r1977755821
########## .github/ISSUE_TEMPLATE/bug-report.yml: ########## @@ -0,0 +1,91 @@ +name: Bug Report +title: "[Bug report] " +description: A bug report issue +labels: +- bug +body: +- type: dropdown + id: version + attributes: + label: Version + description: What version of incubator-stormcrawler are you running? + options: Review Comment: I think, that it is sufficient to only list the stormcrawler 3.x releases here. ########## .github/ISSUE_TEMPLATE/bug-report.yml: ########## @@ -0,0 +1,91 @@ +name: Bug Report +title: "[Bug report] " +description: A bug report issue +labels: +- bug +body: +- type: dropdown + id: version + attributes: + label: Version + description: What version of incubator-stormcrawler are you running? Review Comment: What version of "Apache StormCrawler (Incubating) are you using?" ########## .github/ISSUE_TEMPLATE/bug-report.yml: ########## @@ -0,0 +1,91 @@ +name: Bug Report +title: "[Bug report] " +description: A bug report issue +labels: +- bug +body: +- type: dropdown + id: version + attributes: + label: Version + description: What version of incubator-stormcrawler are you running? + options: + - main branch + - stormcrawler-3.2.0 + - stormcrawler-3.1.0 + - stormcrawler-3.0 + - stormcrawler-2.5 + - stormcrawler-1.17 + - 2.11 + - 2.10 + - 2.9 + - 2.8 + - 2.7 + - 2.6 + - 2.4 + - 2.3 + - 2.2 + - 2.1 + - 2.0 + - 1.18 + - 1.16 + - 1.15 + - 1.14 + - 1.13 + - 1.12.1 + - 1.12 + - 1.11 + - 1.10 + - 1.9 + - 1.8 + - 1.7 + - 1.6 + - 1.5.1 + - 1.5 + - 1.4 + - 1.3 + - 1.2 + - 1.1.1 + - 1.1 + - 1.0 + - 0.10 + - 0.9 + - 0.8 + - 0.7 + - 0.6 + - 0.5 + - 0.4 + - 0.3 + - 0.2 + - 0.1 + default: 0 + validations: + required: true +- type: textarea + attributes: + label: Describe what's wrong + description: | + A clear and concise description of what works not as it is supposed to. + validations: + required: true +- type: textarea + attributes: + label: Error message and/or stacktrace + description: | + If applicable, add screenshots to help explain your problem. + validations: + required: true +- type: textarea + attributes: + label: How to reproduce + placeholder: | + + Which incubator-stormcrawler version to use Review Comment: Which version of Apache StormCrawler (Incubating) version to use. ########## .github/ISSUE_TEMPLATE/feature-request.yml: ########## @@ -0,0 +1,40 @@ +name: Feature Request +title: "[FEATURE] " +description: Suggest an idea for incubator-stormcrawler Review Comment: Apache StormCrawler (Incubating) -- 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...@stormcrawler.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org