You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/20 14:21:14 UTC

[GitHub] [airflow] ashb opened a new pull request #7779: Enable Github issues

ashb opened a new pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779
 
 
   As we don't want people using GitHub issues for asking for help, I have
   tried to make this clear in the issue template.
   
   Lets see if it works or not...
   
   
   ---
   
   Make sure to mark the boxes below before creating PR: [x]
   
   - [x] Description above provides context of the change
   - [x] Unit tests coverage for changes (not needed for documentation changes)
   - [x] Commits follow "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)"
   - [x] Relevant documentation is updated including usage instructions.
   - [x] I will engage committers as explained in [Contribution Workflow Example](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#contribution-workflow-example).
   
   ---
   In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/master/UPDATING.md).
   Read the [Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines) for more information.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] kaxil commented on issue #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#issuecomment-601776101
 
 
   > Shall we close all the old issues from 2016 :) ?
   
   yes, doing it now

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] turbaszek commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
turbaszek commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395687343
 
 

 ##########
 File path: .github/ISSUE_TEMPLATE/support_request.md
 ##########
 @@ -0,0 +1,14 @@
+---
+name: Question or Support request
+about: Any questions you might have.
+title: ''
+labels: invalid
+assignees: ''
+
+---
+
+**Do not use issues for support requests or general help queries**
+
+Please ask on one of our mailing lists, or in our Slack channel. See the "Ask a question" section of http://airflow.apache.org/community/
+
+Issues which are not bug reports or feature requests (i.e. "how do I get X working", or "How do I best do X?") will likely be closed without a response.
 
 Review comment:
   What do you think about extending this template with a few slack channels? For example with troubleshooting, kubernetes etc. ?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] michalslowikowski00 commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] ashb commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
ashb commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395685579
 
 

 ##########
 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
 
 Review comment:
   Oh, or to match our `area:` I'll use `kind:`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] ashb commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
ashb commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395694922
 
 

 ##########
 File path: .github/ISSUE_TEMPLATE/support_request.md
 ##########
 @@ -0,0 +1,14 @@
+---
+name: Question or Support request
+about: Any questions you might have.
+title: ''
+labels: invalid
+assignees: ''
+
+---
+
+**Do not use issues for support requests or general help queries**
+
+Please ask on one of our mailing lists, or in our Slack channel. See the "Ask a question" section of http://airflow.apache.org/community/
+
+Issues which are not bug reports or feature requests (i.e. "how do I get X working", or "How do I best do X?") will likely be closed without a response.
 
 Review comment:
   Yeah, that's on my list already. Going to tackle it after this.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] turbaszek commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
turbaszek commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395686115
 
 

 ##########
 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:
   Should we ask for some motivation for the feature? I would add some required blocks as we do in bug template.
   
   Also why we ask for kube version? :)
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] ashb commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
ashb commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395701076
 
 

 ##########
 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:
   Which blocks specifically were you thinking about?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] michalslowikowski00 commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
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 ** 
   ** 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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] ashb commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
ashb commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395676678
 
 

 ##########
 File path: .github/ISSUE_TEMPLATE/bug_report.md
 ##########
 @@ -0,0 +1,51 @@
+---
+name: Bug report
+about: Problems and issues with code or docs
+title: ''
+labels: Bug
+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.
+
+-->
+
+<!--
+
+IMPORTANT!!!
+
+Please complete the next sections or the issue will be closed.
+This questions are the first thing we need to know to understand the context.
+
+-->
+
+**Apache Airflow version**:
+
+**What happened**:
+
+<!-- (please include exact error messages if you can) -->
+
+**What you expected to happen**:
+
+<!-- What do you think went wrong? -->
+
+**How to reproduce it**:
+<!---
+
+As minimally and precisely as possible. Keep in mind we do not have access to your cluster or dags.
+
+--->
+
+**Anything else we need to know**:
+
+<!-- If this is actually about documentation, add `/kind documentation` below -->
 
 Review comment:
   Oh copy-paste left over from the project I copied these from.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] ashb commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
ashb commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395684649
 
 

 ##########
 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
 
 Review comment:
   Man I did a _bad_ job at updating those. Yeah I'll update it to `kind/bug`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] ashb commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
ashb commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395686516
 
 

 ##########
 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:
   Because I'm _bad_ at proof reading:
   
   > Oh copy-paste left over from the project I copied these from.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] ashb commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
ashb commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395688032
 
 

 ##########
 File path: .github/ISSUE_TEMPLATE/support_request.md
 ##########
 @@ -0,0 +1,14 @@
+---
+name: Question or Support request
+about: Any questions you might have.
+title: ''
+labels: invalid
+assignees: ''
+
+---
+
+**Do not use issues for support requests or general help queries**
+
+Please ask on one of our mailing lists, or in our Slack channel. See the "Ask a question" section of http://airflow.apache.org/community/
+
+Issues which are not bug reports or feature requests (i.e. "how do I get X working", or "How do I best do X?") will likely be closed without a response.
 
 Review comment:
   We can't make those links can we? Or at least not for people who aren't already on the network. And if they are they probably know about them anyway?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] turbaszek commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
turbaszek commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395705046
 
 

 ##########
 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:
   Probably @michalslowikowski00 can chime in as he has some experience with ticketing :)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] turbaszek commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
turbaszek commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395694048
 
 

 ##########
 File path: .github/ISSUE_TEMPLATE/support_request.md
 ##########
 @@ -0,0 +1,14 @@
+---
+name: Question or Support request
+about: Any questions you might have.
+title: ''
+labels: invalid
+assignees: ''
+
+---
+
+**Do not use issues for support requests or general help queries**
+
+Please ask on one of our mailing lists, or in our Slack channel. See the "Ask a question" section of http://airflow.apache.org/community/
+
+Issues which are not bug reports or feature requests (i.e. "how do I get X working", or "How do I best do X?") will likely be closed without a response.
 
 Review comment:
   That's true, I have no strong opinion on that. But speaking about the links, we have to remember to update the website too as we mention "Use our Jira to create a ticket."

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] mik-laj commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
mik-laj commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395671917
 
 

 ##########
 File path: .github/ISSUE_TEMPLATE/bug_report.md
 ##########
 @@ -0,0 +1,51 @@
+---
+name: Bug report
+about: Problems and issues with code or docs
+title: ''
+labels: Bug
+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.
+
+-->
+
+<!--
+
+IMPORTANT!!!
+
+Please complete the next sections or the issue will be closed.
+This questions are the first thing we need to know to understand the context.
+
+-->
+
+**Apache Airflow version**:
+
+**What happened**:
+
+<!-- (please include exact error messages if you can) -->
+
+**What you expected to happen**:
+
+<!-- What do you think went wrong? -->
+
+**How to reproduce it**:
+<!---
+
+As minimally and precisely as possible. Keep in mind we do not have access to your cluster or dags.
+
+--->
+
+**Anything else we need to know**:
+
+<!-- If this is actually about documentation, add `/kind documentation` below -->
 
 Review comment:
   kind?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] ashb commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
ashb commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395721175
 
 

 ##########
 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:
   Severity has no bearing on our workflow, so beyond making users feel better I'm not sure what it would do :)
   
   Version, Actual and Expected are there for Bug report already.
   
   OS is very very rarely an issue, so would be noise more often than not.
   
   I've added reproduction rate and logs as comment (not headers) under "Anything else"
   
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] potiuk commented on issue #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#issuecomment-601773616
 
 
   Shall we close all the old issues from 2016 :) ?
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] ashb merged pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
ashb merged pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] turbaszek commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
turbaszek commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395714296
 
 

 ##########
 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:
   I am ok with that

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] ashb commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
ashb commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395696163
 
 

 ##########
 File path: .github/ISSUE_TEMPLATE/support_request.md
 ##########
 @@ -0,0 +1,14 @@
+---
+name: Question or Support request
+about: Any questions you might have.
+title: ''
+labels: invalid
+assignees: ''
+
+---
+
+**Do not use issues for support requests or general help queries**
+
+Please ask on one of our mailing lists, or in our Slack channel. See the "Ask a question" section of http://airflow.apache.org/community/
+
+Issues which are not bug reports or feature requests (i.e. "how do I get X working", or "How do I best do X?") will likely be closed without a response.
 
 Review comment:
   I think lets leave it out here, and we can add a bit more info in the website.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] michalslowikowski00 commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
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 ** 
   ** Reproduction steps **
   ** Airflow version **
   ** Operation System ** 
   ** Reproduction rate **
   ** Log **
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] michalslowikowski00 commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
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 ** 
   ** 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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] ashb commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
ashb commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395712091
 
 

 ##########
 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:
   Take a look at the latest push

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] ashb commented on issue #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
ashb commented on issue #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#issuecomment-601766788
 
 
   These are only the first pass -- we can adjust these over time as we notice problems/common themes we always have to ask.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] kaxil commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
kaxil commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395721979
 
 

 ##########
 File path: .github/ISSUE_TEMPLATE/bug_report.md
 ##########
 @@ -47,3 +47,12 @@ As minimally and precisely as possible. Keep in mind we do not have access to yo
 --->
 
 **Anything else we need to know**:
+
+<!--
+
+How often does this problem occurr? Once? Ever time etc?
 
 Review comment:
   ```suggestion
   How often does this problem occur? Once? Ever time etc?
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] kaxil commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
kaxil commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395683974
 
 

 ##########
 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
 
 Review comment:
   If we have `kind/feature` here we should probably have `kind/bug`? 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] turbaszek commented on a change in pull request #7779: Enable Github issues

Posted by GitBox <gi...@apache.org>.
turbaszek commented on a change in pull request #7779: Enable Github issues
URL: https://github.com/apache/airflow/pull/7779#discussion_r395704369
 
 

 ##########
 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:
   For example:
   ```
   ** Description **
   
   ** Use case / motivation **
   
   ** Related to **
   ```
   
   Without that the request will have any form. And having such blocks will be inline with bug template

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services