Skip to content

Commit

Permalink
chore: add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Mar 18, 2024
1 parent fa2ca89 commit 2d36769
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ autocomplete plugin for oclif (bash, zsh and powershell)

- [@oclif/plugin-autocomplete](#oclifplugin-autocomplete)
- [Usage](#usage)
- [Topic separator](#topic-separator)
- [Commands](#commands)
- [`oclif-example autocomplete [SHELL]`](#oclif-example-autocomplete-shell)
- [Contributing](#contributing)
<!-- tocstop -->

# Usage
Expand All @@ -31,7 +34,12 @@ Docs: https://oclif.io/docs/topic_separator

<!-- commands -->

- [`oclif-example autocomplete [SHELL]`](#oclif-example-autocomplete-shell)
- [@oclif/plugin-autocomplete](#oclifplugin-autocomplete)
- [Usage](#usage)
- [Topic separator](#topic-separator)
- [Commands](#commands)
- [`oclif-example autocomplete [SHELL]`](#oclif-example-autocomplete-shell)
- [Contributing](#contributing)

## `oclif-example autocomplete [SHELL]`

Expand Down Expand Up @@ -65,3 +73,7 @@ EXAMPLES
_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.0.13/src/commands/autocomplete/index.ts)_

<!-- commandsstop -->

# Contributing

See [contributing guide](./CONRTIBUTING.md)

0 comments on commit 2d36769

Please sign in to comment.