You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kibble.apache.org by GitBox <gi...@apache.org> on 2020/10/09 10:14:36 UTC

[GitHub] [kibble] michalslowikowski00 opened a new pull request #43: Add .github, config yaml and issue template

michalslowikowski00 opened a new pull request #43:
URL: https://github.com/apache/kibble/pull/43


   Hi folks.
   I thought that will be a good idea to make issue template in Kibble. 
   Template allows us to understand issue better. We will have more valuable information, logs and steps to reproduce.
   IMHO such pieces of information are very important to fix issues faster.
   
   What do you think? 
   
   PR contains:
   - issue template
   - config.yaml (`blank_issues_enabled: false` prevents to open empty issue)
   


----------------------------------------------------------------
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



[GitHub] [kibble] turbaszek commented on a change in pull request #43: Add .github, config yaml and issue template

Posted by GitBox <gi...@apache.org>.
turbaszek commented on a change in pull request #43:
URL: https://github.com/apache/kibble/pull/43#discussion_r502928722



##########
File path: .github/ISSUE_TEMPLATE/bug_report.md
##########
@@ -0,0 +1,48 @@
+---
+name: Bug report
+about: Problems or issues with Kibble projects
+title: ''
+labels: 'kind:bug'

Review comment:
       To make it work we will need such label, cc @sharanf 




----------------------------------------------------------------
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



[GitHub] [kibble] michalslowikowski00 commented on pull request #43: Add .github, config yaml and issue template

Posted by GitBox <gi...@apache.org>.
michalslowikowski00 commented on pull request #43:
URL: https://github.com/apache/kibble/pull/43#issuecomment-706720458


   Wow... that was quick. :)


----------------------------------------------------------------
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



[GitHub] [kibble] turbaszek commented on a change in pull request #43: Add .github, config yaml and issue template

Posted by GitBox <gi...@apache.org>.
turbaszek commented on a change in pull request #43:
URL: https://github.com/apache/kibble/pull/43#discussion_r502522317



##########
File path: .github/ISSUE_TEMPLATE/bug_report.md
##########
@@ -0,0 +1,48 @@
+---
+name: Bug report
+about: Problems or issues with Kibble projects
+title: ''
+labels: 'kind:bug'
+assignees: ''
+
+---
+
+<!--
+Hi! Thanks for submitting issue.
+We are happy that you are using Kibble.
+Please follow below steps when submitting the issue.
+
+Delete comment block before submitting.
+
+Thank you and have a nice day!
+Kibble team
+-->
+
+
+**Description:**
+<!--Please provide detailed description of the issue you want to submit.-->
+
+**Reproduction steps:**
+<!--Provide steps that allow us to reproduce the issue.-->
+<!--
+1.
+2.
+3.
+-->
+**Actual result:**
+<!--Describe actual system behavior.-->
+
+**Excpected result:**
+<!--Information how it should work or how it should work in your opinion.-->
+
+**Reproduction rate:**
+<!--How many times issue occurred.-->
+

Review comment:
       Let's move this as suggestion what should be in descriptions




----------------------------------------------------------------
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



[GitHub] [kibble] turbaszek commented on a change in pull request #43: Add .github, config yaml and issue template

Posted by GitBox <gi...@apache.org>.
turbaszek commented on a change in pull request #43:
URL: https://github.com/apache/kibble/pull/43#discussion_r502928784



##########
File path: .github/ISSUE_TEMPLATE/feature_request.md
##########
@@ -0,0 +1,33 @@
+---
+name: Feature request
+about: Idea or feature request  
+title: ''
+labels: 'kind:feature'

Review comment:
       To make it work we will need such label, cc @sharanf 




----------------------------------------------------------------
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



[GitHub] [kibble] turbaszek commented on pull request #43: Add .github, config yaml and issue template

Posted by GitBox <gi...@apache.org>.
turbaszek commented on pull request #43:
URL: https://github.com/apache/kibble/pull/43#issuecomment-706538496


   Btw. should we add also a feature request 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



[GitHub] [kibble] michalslowikowski00 commented on a change in pull request #43: Add .github, config yaml and issue template

Posted by GitBox <gi...@apache.org>.
michalslowikowski00 commented on a change in pull request #43:
URL: https://github.com/apache/kibble/pull/43#discussion_r502778861



##########
File path: .github/ISSUE_TEMPLATE/bug_report.md
##########
@@ -0,0 +1,48 @@
+---
+name: Bug report
+about: Problems or issues with Kibble projects
+title: ''
+labels: 'kind:bug'
+assignees: ''
+
+---
+
+<!--
+Hi! Thanks for submitting issue.
+We are happy that you are using Kibble.
+Please follow below steps when submitting the issue.
+
+Delete comment block before submitting.
+
+Thank you and have a nice day!
+Kibble team
+-->
+
+
+**Description:**
+<!--Please provide detailed description of the issue you want to submit.-->
+
+**Reproduction steps:**
+<!--Provide steps that allow us to reproduce the issue.-->
+<!--
+1.
+2.
+3.
+-->
+**Actual result:**
+<!--Describe actual system behavior.-->
+
+**Excpected result:**
+<!--Information how it should work or how it should work in your opinion.-->
+
+**Reproduction rate:**
+<!--How many times issue occurred.-->
+

Review comment:
       We can try.




----------------------------------------------------------------
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



[GitHub] [kibble] sharanf commented on pull request #43: Add .github, config yaml and issue template

Posted by GitBox <gi...@apache.org>.
sharanf commented on pull request #43:
URL: https://github.com/apache/kibble/pull/43#issuecomment-706728983


   @michalslowikowski00 thanks for the contribution! And thanks for the review @turbaszek 


----------------------------------------------------------------
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



[GitHub] [kibble] turbaszek commented on a change in pull request #43: Add .github, config yaml and issue template

Posted by GitBox <gi...@apache.org>.
turbaszek commented on a change in pull request #43:
URL: https://github.com/apache/kibble/pull/43#discussion_r502522641



##########
File path: .github/ISSUE_TEMPLATE/bug_report.md
##########
@@ -0,0 +1,48 @@
+---
+name: Bug report
+about: Problems or issues with Kibble projects
+title: ''
+labels: 'kind:bug'
+assignees: ''
+
+---
+
+<!--
+Hi! Thanks for submitting issue.
+We are happy that you are using Kibble.
+Please follow below steps when submitting the issue.
+
+Delete comment block before submitting.
+
+Thank you and have a nice day!
+Kibble team
+-->
+
+
+**Description:**
+<!--Please provide detailed description of the issue you want to submit.-->
+
+**Reproduction steps:**
+<!--Provide steps that allow us to reproduce the issue.-->
+<!--
+1.
+2.
+3.
+-->
+**Actual result:**
+<!--Describe actual system behavior.-->
+
+**Excpected result:**
+<!--Information how it should work or how it should work in your opinion.-->

Review comment:
       Same here, let's move this as suggestion what should be in descriptions




----------------------------------------------------------------
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



[GitHub] [kibble] michalslowikowski00 commented on a change in pull request #43: Add .github, config yaml and issue template

Posted by GitBox <gi...@apache.org>.
michalslowikowski00 commented on a change in pull request #43:
URL: https://github.com/apache/kibble/pull/43#discussion_r502778828



##########
File path: .github/ISSUE_TEMPLATE/bug_report.md
##########
@@ -0,0 +1,48 @@
+---
+name: Bug report
+about: Problems or issues with Kibble projects
+title: ''
+labels: 'kind:bug'
+assignees: ''
+
+---
+
+<!--
+Hi! Thanks for submitting issue.
+We are happy that you are using Kibble.
+Please follow below steps when submitting the issue.
+
+Delete comment block before submitting.
+
+Thank you and have a nice day!
+Kibble team
+-->
+
+
+**Description:**
+<!--Please provide detailed description of the issue you want to submit.-->
+
+**Reproduction steps:**
+<!--Provide steps that allow us to reproduce the issue.-->
+<!--
+1.
+2.
+3.
+-->
+**Actual result:**
+<!--Describe actual system behavior.-->
+
+**Excpected result:**
+<!--Information how it should work or how it should work in your opinion.-->

Review comment:
       I am afraid if we move too information in the description, then the description section becomes unreadable. 
   But we can try. For a few years as a tester, I used to such a 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



[GitHub] [kibble] sharanf merged pull request #43: Add .github, config yaml and issue template

Posted by GitBox <gi...@apache.org>.
sharanf merged pull request #43:
URL: https://github.com/apache/kibble/pull/43


   


----------------------------------------------------------------
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



[GitHub] [kibble] michalslowikowski00 commented on pull request #43: Add .github, config yaml and issue template

Posted by GitBox <gi...@apache.org>.
michalslowikowski00 commented on pull request #43:
URL: https://github.com/apache/kibble/pull/43#issuecomment-706569375


   @turbaszek I was thinking about that, but I wanted to introduce this first. I will add the feature request template also.
   @sharanf I will add one more commit to this PR. :)


----------------------------------------------------------------
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



[GitHub] [kibble] sharanf commented on pull request #43: Add .github, config yaml and issue template

Posted by GitBox <gi...@apache.org>.
sharanf commented on pull request #43:
URL: https://github.com/apache/kibble/pull/43#issuecomment-706549456


   @michalslowikowski00 is this PR complete for are you planning to do more work here? If it is complete - I can merge otherwise I will wait till your are done.


----------------------------------------------------------------
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