aboutsummaryrefslogtreecommitdiff
path: root/pull_request_template.md
blob: efe105d8cfbfa74fcf981facb7f52b14d40f7863 (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
[//]: # (************************************************************)
[//]: # (** DON'T DELETE THIS TEMPLATE ELSE YOUR PR WILL BE CLOSED **)
[//]: # (************************************************************)

**Changes proposed:**

-  
-  
-  

**Target branch(es):** 3.3.5/6.x

**Issues addressed:** Closes #

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

**Known issues and TODO list:**

- [ ] 
- [ ] 

**NOTE** Enable the setting "Allow edits from maintainers." when creating your pull request.  
**NOTE** If your Pull Request is ONLY SQL create an issue instead!  
**NOTE** You no longer need to squash your commits, on merge we will squash it for you. (GitHub added a new feature)

**SUGGESTION** If your Pull Request contains SQL give it an impossible date, for example 9999_99_99_99_database.sql. This way it will be free on merge. Myself, i prefer to use 9999_99_99_xxxxx.sql where xxxxx is the id of the pull request, on that way we can merge multiple pull requests containing sql files on a row and rename the files with a single commit.