diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-06-09 14:46:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 22:46:00 +0100 |
commit | 19918ceb2b099440cd3e43b6d7fff313de6a84a2 (patch) | |
tree | e13d302b4b67e593fc62edbd004d777e7c17123b | |
parent | 47acc80f4e05053d2653c7218434bc7fad880741 (diff) | |
download | Nim-19918ceb2b099440cd3e43b6d7fff313de6a84a2.tar.gz |
update .github/ISSUE_TEMPLATE/bug_report.md, mention PRs, contributing, devel branch (#18224)
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9571896d8..807e50d35 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,8 @@ assignees: '' --- +(Consider writing a PR targetting devel branch after filing this, see [contributing.html](https://nim-lang.github.io/Nim/contributing.html)). + Function `echo` outputs the wrong string. ### Example |