-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Add Contributing file #4273
Conversation
909493d
to
c3c6c9b
Compare
What do you mean @rlaverde? |
I added this to the test dependencies section (in the contributing), and exclude flaky from $ conda install --file requirements/requirements.txt && pip install flaky $ pip install -r requirements/requirements.txt && pip install flaky |
Then please hold this PR until we have the flaky package on the spyder-ide channel. I will make it. Tracking #4282 Why is circleci failing? |
@rlaverde, please rebase this one in top of |
@rlaverde could you update the code to include flaky? the conda-forge package recipe is merged now and the package should land in spyder-ide soon. |
c3c6c9b
to
01d4f12
Compare
@goanpeca Done, I also add @ccordoba12 I rebased it onto 3.x |
README.md
Outdated
@@ -169,6 +169,9 @@ a Python version greater than 2.7 (Python 3.2 is not supported anymore). | |||
* **SciPy**: Import Matlab workspace files in the Variable Explorer. | |||
* **Cython**: Run Cython files in the IPython console. | |||
|
|||
## Contributing | |||
|
|||
Everyone is invited to contribute. [Read the contributing instructions](CONTRIBUTING.md), then get started. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should I change this for the complete link?
https://github.com/spyder-ide/spyder/blob/master/CONTRIBUTING.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, please.
CONTRIBUTING.md
Outdated
### Creating a conda environment (or virtualenv) | ||
|
||
```bash | ||
$ conda create -n spyder spyder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should I leave this instruction? or only advice to install dependencies from requirements file?
@rlaverde flaky is now on https://anaconda.org/spyder-ide/flaky |
01d4f12
to
8461345
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I improved wording a bit, but I think this is ready now!
Fixes #3986
Fixes #3573
The issue is label for 3.2 but I made it against 3.1.x because It doesn't change anything (only add documentation), and could me merged early.
When creating requirements file I noticed that
flaky
isn't available through conda so I make a little exception for this package