Skip to content

Commit 84271ff

Browse files
authored
ATLAS-4983: Add pull request template (#268)
1 parent f9c9124 commit 84271ff

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## What changes were proposed in this pull request?
2+
3+
(Please fill in changes proposed in this fix. Create an issue in ASF JIRA before opening a pull request and
4+
set the title of the pull request which starts with
5+
the corresponding JIRA issue number. (e.g. ATLAS-XXXX: Fix a typo in YYY))
6+
7+
8+
## How was this patch tested?
9+
10+
(Please explain how this patch was tested. Ex: unit tests, manual tests)
11+
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,6 +1441,7 @@
14411441
<exclude>debian/**</exclude>
14421442
<exclude>.svn/**</exclude>
14431443
<exclude>.git/**</exclude>
1444+
<exclude>.github/pull_request_template.md</exclude>
14441445
<exclude>.gitignore</exclude>
14451446
<exclude>**/.idea/**</exclude>
14461447
<exclude>**/*.twiki</exclude>

0 commit comments

Comments
 (0)