summaryrefslogtreecommitdiff
path: root/CODEOWNERS
Commit message (Collapse)AuthorAgeFilesLines
* Move generitc GitHub files to .github directoryTodd Leonhardt2021-01-291-66/+0
| | | | | | Also: - Start to try to use GitHub Actions to do continuous integration testing - Reduce number of TravisCI builds to see if it helps with how god awfully long it takes
* Minor housekeeping. Updated CODEOWNERS with recent additionsEric Lin2020-08-071-2/+14
|
* Updated CODEOWNERSKevin Van Brunt2019-07-151-17/+17
|
* Updated documentationKevin Van Brunt2019-06-151-1/+1
|
* Updated CodeOwners file and fixed minor errors in freefeatures.rstTodd Leonhardt2019-03-021-0/+1
|
* Updated code ownersKevin Van Brunt2019-03-011-9/+9
|
* Made cmd2_app a positional and required argument of AutoCompleter.Kevin Van Brunt2019-02-231-1/+0
| | | | | Deleted bash tab completion support. AutoCompleter no longer assumes CompletionItem results are sorted.
* Added multiple owners for cmd2/cmd2.pyTodd Leonhardt2018-06-171-0/+1
| | | | | Also: - Added files to .gitignore for mypy plugin for PyCharm
* Updated CODEOWNERS file to try to reflect who the experts are for various ↵Todd Leonhardt2018-06-161-0/+39
| | | | | | | | code setions This is my quick and dirty attempt at this effort. Please feel free to modify as you see fit.
* Added a CODEOWNERS file to automatically nominate code reviewers for pull ↵Todd Leonhardt2017-07-081-0/+14
requests Also added some unit tests related to when default_to_shell is True