-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Plover Plugins Registry | ||
|
||
The list of plugins that will show in the Plover Plugins Manager. | ||
|
||
In order for your [Plover](https://github.com/openstenoproject/plover) plugin to be installable | ||
from the [plugins manager](https://github.com/benoit-pierre/plover_plugins_manager), it must be | ||
listed here. | ||
|
||
## Contributing | ||
|
||
To add your plugin to the registry, please: | ||
|
||
- Fork this repository | ||
- Add your plugin to the list as it's named on [PyPI](https://pypi.org) | ||
- Ensure that the list is an alphabetical JSON array | ||
- Open a pull request ([how to open a pull request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)) | ||
- After your PR is merged, the plugin will be listed in the Plover Plugins Manager |