diff options
author | avarishd <46330494+avarishd@users.noreply.github.com> | 2023-10-07 13:33:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-07 07:33:12 -0300 |
commit | 6b720ddf0c6b167adf903c9cd773380d55ec9c04 (patch) | |
tree | 37a9037398405dadc23b16794624b894305ca4d0 /pull_request_template.md | |
parent | 05161a9ffe5cd69832305657f17e0eaafda0c363 (diff) |
docs(template): Comment out changes proposed info. (#17438)
docs(template): Comment out changes proposed info
Diffstat (limited to 'pull_request_template.md')
-rw-r--r-- | pull_request_template.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pull_request_template.md b/pull_request_template.md index 7f6c343dcc..269f0d8dbd 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,13 +1,12 @@ <!-- First of all, THANK YOU for your contribution. --> ## Changes Proposed: +<!-- If your pull request promotes complex changes that require a detailed explanation, please describe them in detail specifying what your solution is and what is it meant to address. --> This PR proposes changes to: - [ ] Core (units, players, creatures, game systems). - [ ] Scripts (bosses, spell scripts, creature scripts). - [ ] Database (SAI, creatures, etc). -If your pull request promotes complex changes that require a detailed explanation, please describe them in detail specifying what your solution is and what is it meant to address. - ## Issues Addressed: <!-- If your fix has a relating issue, link it below --> - Closes |