Skip to content

Update contributing guide. Fix #1786#1793

Merged
menshikh-iv merged 6 commits into
developfrom
update-contributing-guide
Dec 16, 2017
Merged

Update contributing guide. Fix #1786#1793
menshikh-iv merged 6 commits into
developfrom
update-contributing-guide

Conversation

@menshikh-iv
Copy link
Copy Markdown
Contributor

Fix #1786

Comment thread CONTRIBUTING.md Outdated
1. <a href="https://github.com/RaRe-Technologies/gensim/fork">Fork the Gensim repository</a>
2. Clone your fork: `git clone https://github.com/<USERNAME>/gensim.git`
3. Create a new branch based on `develop`: `git checkout -b my-feature develop`
4. Implement your changes
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Python work environment? Dependencies?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed d6a956e

Comment thread CONTRIBUTING.md
- Build its documentation (works only for MacOS/Linux): `tox -e docs`
- Run unit tests: `tox -e py{version}-{os}`, for example `tox -e py27-linux` or `tox -e py36-win` where
- `{version}` is one of `27`, `35`, `36` and
- `{os}` is either `win` or `linux`
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

No testing for OSX?

Copy link
Copy Markdown
Contributor Author

@menshikh-iv menshikh-iv Dec 15, 2017

Choose a reason for hiding this comment

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

Probably linux should works fine for macOS (but I can't test it)

Comment thread CONTRIBUTING.md Outdated
4. Implement your changes
5. Check that everything's OK in your branch:
- Check it for PEP8: `tox -e flake8`
- Build its documentation (works only for MacOS/Linux): `tox -e docs`
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

No docs for Windows?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

No, never was.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants