Conlang/.gitea/issue_template/feature-proposal.md

25 lines
548 B
Markdown
Raw Permalink Normal View History

2023-09-21 22:46:00 +00:00
---
name: "Feature Proposal"
about: "Propose a new feature"
title: "Feature: "
ref: main
labels:
- enhancement
---
# Feature Progress
2024-03-01 09:13:07 +00:00
<!-- Describe the steps for implementing this feature -->
2023-09-21 22:46:00 +00:00
- [ ] <!-- Step 1 of implementing a feature -->
# Feature description
<!-- [Feature name] does a cool thing that you should describe here -->
# Example
<!--
Demonstrate this feature with a clear, concise code example
Right now, we're (ab)using Rust syntax highlighting,
since it most closely matches what I'm currently aiming for
-->
```rust
2024-03-01 09:13:07 +00:00
```