From a0132518cf3934c1e383db761252d220438b4dc4 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 21 Sep 2023 17:46:00 -0500 Subject: [PATCH] Add feature-proposal template --- .gitea/issue_template/feature-proposal.md | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitea/issue_template/feature-proposal.md diff --git a/.gitea/issue_template/feature-proposal.md b/.gitea/issue_template/feature-proposal.md new file mode 100644 index 0000000..e37374b --- /dev/null +++ b/.gitea/issue_template/feature-proposal.md @@ -0,0 +1,24 @@ +--- +name: "Feature Proposal" +about: "Propose a new feature" +title: "Feature: " +ref: main +labels: +- enhancement +--- +# Feature Progress + +- [ ] + +# Feature description + + +# Example + +```rust + +``` \ No newline at end of file