chore: fix dockerfile paths, add issue templates and contributing guide

This commit is contained in:
Harivansh Rathi 2026-04-09 03:20:20 +00:00
parent 5e969590a4
commit 4f2c4b840b
7 changed files with 77 additions and 9 deletions

18
.github/ISSUE_TEMPLATE/feature.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: Feature Request
description: Suggest an improvement or new feature
labels: ["enhancement"]
body:
- type: textarea
id: description
attributes:
label: What would you like?
description: Describe the feature or improvement.
validations:
required: true
- type: textarea
id: context
attributes:
label: Context
description: Why is this useful? What problem does it solve?
validations:
required: false