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