diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-12-22 10:27:13 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-12-22 10:27:13 +0100 |
commit | 074b9d2b3e947a25b7b52b9e32579bba96381da6 (patch) | |
tree | 37250eacdc9b586b5cf1f03203dd9a71d2cee6db | |
parent | 3068ccc8e69aad68c860ce8688bdc6d41107be1b (diff) |
Add link to open and closed issues search to issue template
-rw-r--r-- | ISSUE_TEMPLATE.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index dbfb2bdeab..888b04520b 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ **Godot version:** -<!-- If thirdparty of self-compiled, specify the build date or commit hash. --> +<!-- If thirdparty or self-compiled, specify the build date or commit hash. --> **OS/device including version:** @@ -15,3 +15,7 @@ **Minimal reproduction project:** <!-- Optional but greatly speeds up debugging. You can drag and drop a zip archive to upload it. --> + + +- [ ] I searched the existing [GitHub issues](https://github.com/godotengine/godot/issues?utf8=%E2%9C%93&q=is%3Aissue+) + for potential duplicates. |