michalslowikowski00 commented on a change in pull request #7779: Enable Github issues URL: https://github.com/apache/airflow/pull/7779#discussion_r395716707
########## File path: .github/ISSUE_TEMPLATE/feature_request.md ########## @@ -0,0 +1,27 @@ +--- +name: Feature request +about: Suggest an idea for this project or its docs +title: '' +labels: kind/feature +assignees: '' + +--- + +<!-- + +Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. +Don't worry if they're not all applicable; just try to include what you can :-) + +If you need to include code snippets or logs, please put them in fenced code +blocks. If they're super-long, please use the details tag like +<details><summary>super-long log</summary> lots of stuff </details> + +Please delete these comment blocks before submitting the issue. + +--> + +<!-- What do you want to happen? --> + +<!-- Is there currently another issue associated with this? --> + +<!-- Does it require a particular kubernetes version? --> Review comment: Yeah, I have some exp. :) I would add: ``` ** Description ** ** Priority/Severity ** ** Actual Result ** ** Expected Result ** ** Reproduction steps ** ** Airflow version ** ** Operation System ** ** Reproduction rate ** ** Logs ** ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
