Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

DOC: Add bug report reqs and template to contributing guide #7701

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

Merged
merged 3 commits into from
Jan 2, 2017
Merged
Changes from 1 commit
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
Prev Previous commit
Adjust wrap in contributing.rst
  • Loading branch information
petehuang committed Jan 1, 2017
commit c63f40176d739a8114f0c42ef4d6337e091e9961
10 changes: 6 additions & 4 deletions 10 doc/devel/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Submitting a bug report

If you find a bug in the code or documentation, do not hesitate to submit a
ticket to the
`Bug Tracker <https://github.com/matplotlib/matplotlib/issues>`_. You are also welcome to post feature requests or pull requests.
`Bug Tracker <https://github.com/matplotlib/matplotlib/issues>`_. You are also
welcome to post feature requests or pull requests.

If you are reporting a bug, please do your best to include the following:

Expand All @@ -29,8 +30,8 @@ If you are reporting a bug, please do your best to include the following:

4. The expected outcome of the code snippet

5. The Matplotlib version, Python version and platform that you are using. You can grab the
version with the following commands::
5. The Matplotlib version, Python version and platform that you are using. You
can grab the version with the following commands::

>>> import matplotlib
>>> matplotlib.__version__
Expand All @@ -39,7 +40,8 @@ If you are reporting a bug, please do your best to include the following:
>>> platform.python_version()
'2.7.12'

We have preloaded the issue creation page with a Markdown template that you can use to organize this information.
We have preloaded the issue creation page with a Markdown template that you can
use to organize this information.

Thank you for your help in keeping bug reports complete, targeted and descriptive.

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.