This is an automated email from the ASF dual-hosted git repository. madhan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push: new 84271ff65 ATLAS-4983: Add pull request template (#268) 84271ff65 is described below commit 84271ff65b96596e3dfdc4e921c4e47412a7de6d Author: Abhishek Kumar <a...@apache.org> AuthorDate: Mon Jan 20 16:16:39 2025 -0800 ATLAS-4983: Add pull request template (#268) --- .github/pull_request_template.md | 11 +++++++++++ pom.xml | 1 + 2 files changed, 12 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..0b888df84 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +## What changes were proposed in this pull request? + +(Please fill in changes proposed in this fix. Create an issue in ASF JIRA before opening a pull request and +set the title of the pull request which starts with +the corresponding JIRA issue number. (e.g. ATLAS-XXXX: Fix a typo in YYY)) + + +## How was this patch tested? + +(Please explain how this patch was tested. Ex: unit tests, manual tests) +(If this patch involves UI changes, please attach a screenshot; otherwise, remove this) \ No newline at end of file diff --git a/pom.xml b/pom.xml index f48bf6cc0..5726faa15 100644 --- a/pom.xml +++ b/pom.xml @@ -1441,6 +1441,7 @@ <exclude>debian/**</exclude> <exclude>.svn/**</exclude> <exclude>.git/**</exclude> + <exclude>.github/pull_request_template.md</exclude> <exclude>.gitignore</exclude> <exclude>**/.idea/**</exclude> <exclude>**/*.twiki</exclude>