Hey devs, we currently tag commits with the JIRA issue and component(s), like:
[FLINK-3943] [table] Add support for EXCEPT operator I was wondering whether it makes sense to write down a set of common commit tags for new contributors. The set of commit tags is quite unregulated right now and I think different people follow different strategies. I used to stick to the "main" Maven module that the change affects, e.g. [runtime] if main changes are in flink-runtime. Spellings also vary, e.g. [table] vs. [tableAPI] etc. With the newly organized components, we might want to stick to those components for the tags and set a standard tag for each. What do you think about this? I think it will be a valuable addition. – Ufuk