Skip to content

Commit

Permalink
Describe maintenance status
Browse files Browse the repository at this point in the history
  • Loading branch information
mernen committed Aug 5, 2024
1 parent 0b0faf2 commit 98f57da
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@ Alternatively, you can just save the specific scripts you wish, and
source them individually.


## Maintenance status

This project is considered **stable**.
No new features are planned, and as a result it remains domant for months,
but the continuous integration test suite will occasionally detect
a change in behavior in a tool, and maintenance work is performed.

For information on the automated test suite, see the [tests directory](./tests#readme).

If one of the covered tools introduces a new flag that needs special treatment,
please file an issue or pull request.


## Why yet another completion script?

Before writing my own, I'd seen about five different scripts for `rake`
Expand All @@ -43,16 +56,9 @@ a dependency of the rakefile is updated; as a workaround, simply
overcomplicating or overthinking the code.


## Testing

To ensure the scripts run across a wide range of versions of tools, some
automated tests are performed.
Please see the [tests directory](./tests#readme) for details.


## License and website

Copyright © 2008-2022 [Daniel Luz].
Copyright © 2008-2024 [Daniel Luz].

**completion-ruby** is distributed under the [MIT license].

Expand Down

0 comments on commit 98f57da

Please sign in to comment.