Hi All, Following the lazy consensus thread I've started work on porting Airflow's issue forms for NetBeans, making changes where necessary.
There is an in progress PR at https://github.com/apache/netbeans/pull/3415 I've set up a temporary repository so these can be looked at https://github.com/codelerity/netbeans-issues-test/issues/new Please have a look, and feel free to open test issues if you want. Review via the PR if necessary. I'll contact infra@ about enabling discussions - links to that will 404 at the moment. I need to configure labelling - this will be loosely based on Airflow's again ( https://github.com/apache/airflow/labels ) particularly with prefixes. I won't enable automation in the above PR, but we can as we go. One key label that will be applied to all user submitted issues is needs:triage. Once we enable, if you're the first committer to notice an issue with that label, please take a look at it! Either verify it's a reproducible issue and remove the triage label, ask the reporter for more information and label with pending-response, move the issue to discussions if it's incomplete, or close if it's invalid. ## Areas In terms of other labels, I'm planning to prefix all the existing section labels with area: eg. area:Gradle area:LSP ## Priorities priority:critical priority:high I'm only thinking of adding those two for now. With critical reserved for "must address in next release" issues / PRs. Rather than low priority, maybe we can add a contribution-welcome or similar? ## Kinds of issue kind:bug kind:feature kind:meta The meta issue label is applied by the issue form reserved for NetBeans committers. That's there for overarching task tracking now there's no need for issues for PRs. ## Other key labels needs:triage - requires attention from a committer - you see it, you handle it! :-) needs:discussion - requires discussion on this mailing list pending-response - requires more information from the reporter (Airflow has automation to close these off automatically after a period of time) Any thoughts or concerns, please speak up. I'll look to merge / complete this first stage early next week. Thanks, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists