Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no html comments in issue template [skip ci] #12496

Merged
merged 1 commit into from
Oct 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 10 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,39 @@
---
name: Bug report
about: Have you found an unexpected behavior? Use this template.
---
title: Think about the title, twice
labels: ''
assignees: ''

<!-- Think about the title, twice. -->
---

<!-- Summarize the problem here, keep it short and simple. -->
Function `echo` outputs the wrong string.


### Example
<!-- Paste your example in the code-block below. -->
```nim
echo "Hello World!"
```


### Current Output
```
Hola mundo!
```


### Expected Output
<!-- What should be the correct output? -->
```
Hello World!
```


### Possible Solution
<!--- Have you found a possible solution? Post it here. -->

* In file xyz there is a call that might be the cause of it.

### Additional Information
<!--- For Example:
* Your Nim version (output of `nim -v`).
* Was it working in the previous Nim releases?
* A link to a related issue or discussion.
* A project reference where (and how) the issue causes problems.
-->

* It was working in version a.b.c
* Issue #abc is related, but different because of ...
* This issue is blocking my project xyz

```
$ nim -v
Nim Compiler Version 0.1.2
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Feature request
about: Do you want to suggest a new feature? Use this template.
title: ''
labels: ''
assignees: ''

---

Expand Down