diff options
| author | Anne Douwe Bouma <annedouwe@bouma.tech> | 2024-12-26 18:02:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-26 19:02:43 +0200 |
| commit | a23044bb74e01c861a92417c00d293ff86384e83 (patch) | |
| tree | e6ab5a39607f6c6bab1cc5ff64f90f998e49c6f4 /.github/ISSUE_TEMPLATE | |
| parent | 9a950e1068a7309d0cb36ffd33ecd2cd0af5c004 (diff) | |
| download | karakeep-a23044bb74e01c861a92417c00d293ff86384e83.tar.zst | |
chore: Fix typo in feature_request.yml issue template (#769)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a5a90021..2ba3b86e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -17,7 +17,7 @@ body: Explain the measurable benefits this feature would achieve for existing Hoarder users. These benefits should details outcomes in terms of what this request solves/achieves, and should not be specific to implementation. This helps us understand the core desired goal so that a variety of potential implementations could be explored. - This field is important. Lack if input here may lead to early issue closure. + This field is important. Lack of input here may lead to early issue closure. validations: required: true - type: textarea |
