berkaysynnada commented on code in PR #15638: URL: https://github.com/apache/datafusion/pull/15638#discussion_r2034771722
########## docs/source/contributor-guide/index.md: ########## @@ -156,6 +156,29 @@ convention but encourage its use if you want your PR to feature in the correct s The change log generator will also look at GitHub labels such as `bug`, `enhancement`, or `api change`, and labels do take priority over the conventional commit approach, allowing maintainers to re-categorize PRs after they have been merged. +#### Commit Prefix Guide + +| Prefix | Purpose | +|------------|-----------------------------------------| +| `feat:` | A new feature | +| `fix:` | A bug fix | +| `docs:` | Documentation only changes | +| `chore:` | Build process or auxiliary tool changes | +| `refactor:`| Code changes that neither fix nor add | Review Comment: what was the difference between chore and refactor? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org