feat: initial commit

This commit is contained in:
Barrett Ruth 2026-03-27 16:46:28 -04:00
commit c4da2cda2a
No known key found for this signature in database
GPG key ID: A6C96C9349D2FC81
23 changed files with 3743 additions and 0 deletions

View file

@ -0,0 +1,30 @@
name: Feature Request
description: Suggest a feature
title: 'feat: '
labels: [enhancement]
body:
- type: checkboxes
attributes:
label: Prerequisites
options:
- label:
I have searched [existing
issues](https://github.com/barrettruth/forge.nvim/issues)
required: true
- type: textarea
attributes:
label: Problem
description: What problem does this solve?
validations:
required: true
- type: textarea
attributes:
label: Proposed solution
validations:
required: true
- type: textarea
attributes:
label: Alternatives considered