Skip to content

Commit

Permalink
docs: define non-goals
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Sep 20, 2023
1 parent d2d13c1 commit 0a0b688
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,5 @@ body:
options:
- label: The feature would be useful to more users than just me.
required: true
- label: I understand that this plugin does not intend to be a full-blown git client like Neogit.
required: true
- label: The feature is not available via gitsigns.nvim.
required: true
- label: >
The request does not concern the appearance of the commit message input field.
(Which is controlled via dressing.nvim and not this plugin.)
- label: I have read the [Non-Goals section of the README](./README.md#non-goals).
required: true
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Lightweight and nimble git client for nvim.
- [Installation](#installation)
- [Usage](#usage)
- [Configuration](#configuration)
- [Non-Goals](#non-goals)
- [Credits](#credits)
<!--toc:end-->

Expand All @@ -23,7 +24,6 @@ Lightweight and nimble git client for nvim.
- Quick amends.
- Search issues & PRs. Open the selected issue or PR in the browser.
- Open the GitHub URL of the current file or selection.
- Non-Goal: Become [neogit](https://github.com/TimUntersberger/neogit) or [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim). `tinygit` is intended to complement those plugins with some simple commands, not replace them.

## Installation

Expand Down Expand Up @@ -111,7 +111,13 @@ local defaultConfig = {
}
```

To change the appearance and behavior of the commit message input field, you need to configure [dressing.nvim](https://github.com/stevearc/dressing.nvim).
> [!NOTE]
> To change the appearance and behavior of the commit message input field, you need to configure [dressing.nvim](https://github.com/stevearc/dressing.nvim).
## Non-Goals
- Become a full-fledged git client. Use [neogit](https://github.com/NeogitOrg/neogit) for that.
- Add features available in [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim). `tinygit` is intended to complement `gitsigns.nvim` with some simple commands, not replace it.
- UI Customization. Configure [dressing.nvim](https://github.com/stevearc/dressing.nvim) for that.

## Credits
__About Me__
Expand Down

0 comments on commit 0a0b688

Please sign in to comment.