diff options
author | DDuarte <dnpd.dd@gmail.com> | 2017-05-02 21:38:02 +0100 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2017-05-02 21:38:25 +0100 |
commit | c01d28bc3326cbd649e839cb3ede96eb56d85a7e (patch) | |
tree | efef478b30ed5027c33fd2f18e388ed53cbab494 | |
parent | 8cf29f75799ea6ffed7a5c8728ed55ba4f02ac26 (diff) |
Docs: Update notes in issue_template and pull_request_template
-rw-r--r-- | issue_template.md | 13 | ||||
-rw-r--r-- | pull_request_template.md | 15 |
2 files changed, 17 insertions, 11 deletions
diff --git a/issue_template.md b/issue_template.md index 918dc22cd23..7c2e8d3a2ee 100644 --- a/issue_template.md +++ b/issue_template.md @@ -1,6 +1,6 @@ -[//]: # (**********************************) -[//]: # (** Fill in the following fields **) -[//]: # (**********************************) +<!--- (**********************************) + (** Fill in the following fields **) + (**********************************) ---> **Description:** @@ -34,5 +34,8 @@ For example: TrinityCore rev. 0000000000 2000-01-09 11:31:41 +0100 (my branch) ( **Operating system:** CHANGEME OS -[//]: # (This template is for problem reports. For other types of report, edit it accordingly.) -[//]: # (For fixes containing C++, create a Pull Request.) + +<!--- Notes +- This template is for problem reports. For other types of report, edit it accordingly. +- For fixes containing C++ changes, create a Pull Request. +---> diff --git a/pull_request_template.md b/pull_request_template.md index ba4d720ee05..3e1a9f741c9 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,6 +1,6 @@ -[//]: # (***************************) -[//]: # (** FILL IN THIS TEMPLATE **) -[//]: # (***************************) +<!--- (**********************************) + (** Fill in the following fields **) + (**********************************) ---> **Changes proposed:** @@ -24,6 +24,9 @@ - [ ] - [ ] -[//]: # (**NOTE** Enable the setting "[√] Allow edits from maintainers." when creating your pull request (if not enabled already).) -[//]: # (**NOTE** If this PR __only__ contains SQL files, open a new issue instead and post or link the SQL there.) -[//]: # (**SUGGESTION** When adding new SQL files, name them 9999_99_99_99_db_name.sql to reduce the chance of possible merge conflicts.) + +<!--- Notes +- Enable the setting "[√] Allow edits from maintainers." when creating your pull request. +- If this PR only contains SQL files, open a new issue instead and post or link the SQL in the issue. +- When adding new SQL files, name them 9999_99_99_99_db_name.sql to reduce the chance of possible merge conflicts. +---> |