You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/06/30 11:35:24 UTC

[GitHub] [lucene-jira-archive] mocobeta opened a new issue, #6: Document issue label / template managiment policy

mocobeta opened a new issue, #6:
URL: https://github.com/apache/lucene-jira-archive/issues/6

   - Explicitly define label families (e.g., `type:xxx`, `fixVersion:x.x.x`)
   - Clarify the mapping between labels and index templates
   - Write documentation and make it accessible to developers (e.g., place it under `dev-docs` in the lucene repo)


-- 
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: issues-unsubscribe@lucene.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-jira-archive] mocobeta commented on issue #6: Document issue label / template management policy

Posted by GitBox <gi...@apache.org>.
mocobeta commented on issue #6:
URL: https://github.com/apache/lucene-jira-archive/issues/6#issuecomment-1172396097

   Pre-set labels should be fixed before migration since we need to attach them to migrated issues in the import scripts. 
   Label texts can be changed afterward, but they'd have to be manually changed (we are not allowed to call GitHub API on ourselves) and it'd be bothersome and error-prone.
   
   I'd propose four label families:
   
   - `type` : Jira's "Issue Type"
     - `type:bug` for a bug report. The corresponding Jira issue type is `Bug`.
     - `type:enhancement` for an enhancement. The corresponding Jira issue types are `New Feature`, `Improvement`, and `Wish`.
     - `type:task` for a task. The corresponding Jira issue type is `Task`.
     - `type:test` for test-related issues. The corresponding Jira issue type is `Test`
   - `fixVersion` : Jira's "Fix Version(s)"
     - e.g.: `fixVersion:9.2.0`
   - `affectsVersion`: Jira's "Affects Version(s)"
     - e.g.: `affectsVersion:9.0.0`
   - `component` : Jira's "Component(s)"
     - e.g.: `component:module/core/index`, `component:module/analysis`


-- 
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: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-jira-archive] mocobeta closed issue #6: Document issue label / template management policy

Posted by GitBox <gi...@apache.org>.
mocobeta closed issue #6: Document issue label / template management policy
URL: https://github.com/apache/lucene-jira-archive/issues/6


-- 
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: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-jira-archive] mocobeta commented on issue #6: Document issue label / template management policy

Posted by GitBox <gi...@apache.org>.
mocobeta commented on issue #6:
URL: https://github.com/apache/lucene-jira-archive/issues/6#issuecomment-1185547448

   Issue templates proposal:
   - Bug Report - this is associated with `type:bug` label
   - Enhancement Request - this is associated with `type:enhancement` label
   - Test Failure Report - this is associated with `type:testFailure` label
   - Task - this is associated with `type:task` label
   - Documentation - this is associated with `type:documentation` label
   - Question - this creates no issues; is used to guide users to mailing lists


-- 
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: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-jira-archive] mocobeta commented on issue #6: Document issue label / template management policy

Posted by GitBox <gi...@apache.org>.
mocobeta commented on issue #6:
URL: https://github.com/apache/lucene-jira-archive/issues/6#issuecomment-1172413894

   > Label texts can be changed afterward, but they'd have to be manually changed (we are not allowed to call GitHub API on ourselves) and it'd be bothersome and error-prone.
   
   It's not correct - I tested [Update a label API](https://docs.github.com/en/rest/issues/labels#update-a-label) in this repo and the request was accepted. 


-- 
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: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org