Skip to content

Commit

Permalink
Merge pull request #124 from dalthviz/fixes_issues_122_39
Browse files Browse the repository at this point in the history
PR: Add issue template and a link to the Spyder group for contact.
  • Loading branch information
ccordoba12 authored Oct 15, 2017
2 parents 25582a8 + 389d535 commit d9958ef
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Description of your problem

**What steps will reproduce the problem?**

1.
2.
3.

**What is the expected output? What do you see instead?**


**Please provide any additional information below (stack trace, screenshots, a gif, etc)**


## Versions and main components

* Spyder Version:
* Python Version:
* Qt Version:
* PyQt Version:
* Jupyter Notebook Version:
* Operating system:


## Dependencies

Please go to the menu entry `Help > Optional Dependencies` (or
`Help > Dependencies`), press the button `Copy to clipboard`
and paste the contents below:
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,10 @@ Visit our [CHANGELOG](CHANGELOG.md) file to know more about our new features and
## Development and contribution
To start contributing to this project you can execute ``python setup.py install`` to test your changes on Spyder. We follow PEP8 and PEP257 style guidelines.

# Overview
## Contact

You can ask your questions at the [Spyder group](https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/spyderlib/topics)
or create a issue in this repo. We will be more than glad to answer.

## Overview
![example](/doc/example.gif)

0 comments on commit d9958ef

Please sign in to comment.