aboutsummaryrefslogtreecommitdiff
path: root/pull_request_template.md
blob: fde2c1b4b47917629eb53a9d57fa993a35231b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[//]: # (*********************************)
[//]: # (** DO NOT DELETE THIS TEMPLATE **)
[//]: # (*********************************)

**Changes proposed:**

-  
-  
-  

**Target branch(es):** 3.3.5/master

**Issues addressed:** Closes #

**Tests performed:** (Does it build, tested in-game, etc.)

**Known issues and TODO list:**

- [ ] 
- [ ] 

**DEPRECATION NOTICE** When creating new PRs to the (old) 6.x branch, make sure the target branch is **master** instead of 6.x.
**NOTE** Enable the setting "Allow edits from maintainers." when creating your pull request.  
**NOTE** If this PR __only__ contains SQL files, create an issue instead.  
**NOTE** Squashing commits is not required.  
**SUGGESTION** When adding new SQL files, name them 9999_99_99_99_db_name.sql to reduce the chance of possible merge conflicts.