Skip to content
Merged
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
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
#### Code Sample, a copy-pastable example if possible
#### A small, complete example of the issue
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you also need # only (and not multiples), and this should be inside the quoting

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is OK to leave it like this, and it gives a bit structure to the report with those titles (and by using a lot of #, the title is not too big)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the four hashes are because one # made the titles so large.


```python
# Your code here

```

#### Expected Output

#### output of ``pd.show_versions()``
#### Output of ``pd.show_versions()``

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we also put:

# output of ``pd.show_version()``

?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what you mean. I just capitalized the 'o' here.

<details>
# Paste the output here

</details>