Skip to content
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

Contributing #25

Closed
alex-bender opened this issue Sep 1, 2017 · 2 comments
Closed

Contributing #25

alex-bender opened this issue Sep 1, 2017 · 2 comments

Comments

@alex-bender
Copy link
Contributor

Hello, I'd like to contribute.
How can I help?

@abaldwin88
Copy link
Owner

abaldwin88 commented Sep 1, 2017

Awesome!

Roamer is a young project so I am hopeful that will make it easy for people to dig in and contribute. The popularity of this repo really blew up faster than anticipated. I've got a lot of things I want to get done and only so much free time.

These are pretty easy pickings:

Here's how to do a developer install (I'm adding this to the contributing doc):

# fork it on github
cd ~
git clone https://github.com/YOUR_USER_NAME/roamer.git
cd roamer
sudo pip install -e .

Make sure you at least have pylint installed ( pip install pylint ) so you can validate your build before the PR. If you have trouble getting tox rolling, just test against your local python version and let travis run tox when you submit the PR.

pylint roamer tests
python -m unittest discover

P.S.

If you happen to be a vimscript wizard I could really use some help:

@alex-bender
Copy link
Contributor Author

alex-bender commented Sep 1, 2017

That's great! Thanks for introducing. I'll pick up something.
Also I have couple ideas to improve, but I'll better raise awareness for a while.
And I'm a vim user, but vimscript is not my strong site, but I can try. (It gonna be slow).
btw -- It could be great to have at least couple lines about roamer.vim at Readme file.

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

No branches or pull requests

2 participants