kislyuk / argcomplete

Python and tab completion, better together.
https://kislyuk.github.io/argcomplete/
Apache License 2.0
1.39k stars 129 forks source link

Contributing guidelines for argcomplete? #460

Closed truthdoug closed 6 months ago

truthdoug commented 7 months ago

The contributing guidelines link for argcomplete goes to a page seemingly unrelated to this project. It refers to script/bootstrap and script/cibuild that don't exist in argcomplete.

Are there more argcomplete-specific contribution guidelines? I'd like to submit a PR

kislyuk commented 7 months ago

Sorry, that's some generic boilerplate that I'll need to update. Thanks for pointing it out.

There are no specific contributing guidelines aside from "be nice", "discuss your idea before writing lots of code" and "add tests for your changes". Please feel free to open a PR.

kislyuk commented 6 months ago

OK, I went ahead and updated the code of conduct and contributing guidelines so they now apply to the project with no reservations.