diff options
author | Arne Döring <arne.doering@gmx.net> | 2018-10-19 15:07:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 15:07:14 +0200 |
commit | d26beedfb154d75840e61c97da9f89d14b677584 (patch) | |
tree | a297a5ef3c069b9e15f302bcb9dd01dade46d3da | |
parent | 953f2ef2614e0533440f399a17964cf78e45212e (diff) | |
download | Nim-d26beedfb154d75840e61c97da9f89d14b677584.tar.gz |
Create issue_template.md
-rw-r--r-- | issue_template.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 000000000..42e29eacd --- /dev/null +++ b/issue_template.md @@ -0,0 +1,14 @@ +<!--- Summarize the Problem here, keep it simple. --> +<!--- Think about the title twice. --> + +## Example +<!--- This could be a source code block --> + +## Possible Solution/Expected Behavior +<!--- Without a solution the problem can't be fixed. --> + +## Additional Information +<!--- For Example: + A link to a project where the issue is relevant. + A link to a related issue or discussion. + --> |