Re: [I] Improve the PR template for usable with commit message [arrow-rs]

2025-06-01 Thread via GitHub
alamb commented on issue #7581: URL: https://github.com/apache/arrow-rs/issues/7581#issuecomment-2927015498 Thanks @kou -- I prefer a combination of * "Raw text approach" * An example that removes Closes #123: I think that is a minimal change and avoids the issues you have foun

Re: [I] Improve the PR template for usable with commit message [arrow-rs]

2025-05-31 Thread via GitHub
kou commented on issue #7581: URL: https://github.com/apache/arrow-rs/issues/7581#issuecomment-2925892535 apache/arrow like approach example: ```diff diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b275cf64a..0b1106160 100644 --- a/.gith

Re: [I] Improve the PR template for usable with commit message [arrow-rs]

2025-05-31 Thread via GitHub
kou commented on issue #7581: URL: https://github.com/apache/arrow-rs/issues/7581#issuecomment-2925892599 Which approach do you prefer? -- 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 specifi

Re: [I] Improve the PR template for usable with commit message [arrow-rs]

2025-05-31 Thread via GitHub
kou commented on issue #7581: URL: https://github.com/apache/arrow-rs/issues/7581#issuecomment-2925889582 An example that removes `Closes #123`: ```diff diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b275cf64a..720ba8724 100644 --- a/.g

Re: [I] Improve the PR template for usable with commit message [arrow-rs]

2025-05-31 Thread via GitHub
kou commented on issue #7581: URL: https://github.com/apache/arrow-rs/issues/7581#issuecomment-2925888708 A raw text approach example: ```diff diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b275cf64a..2af199cec 100644 --- a/.github/pull

[I] Improve the PR template for usable with commit message [arrow-rs]

2025-05-31 Thread via GitHub
kou opened a new issue, #7581: URL: https://github.com/apache/arrow-rs/issues/7581 **Is your feature request related to a problem or challenge? Please describe what you are trying to do.** https://github.com/apache/arrow-rs/pull/7563 changed to use the PR title and description (as th