Add feature-proposal template
This commit is contained in:
parent
8f66a64924
commit
a0132518cf
24
.gitea/issue_template/feature-proposal.md
Normal file
24
.gitea/issue_template/feature-proposal.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
name: "Feature Proposal"
|
||||
about: "Propose a new feature"
|
||||
title: "Feature: "
|
||||
ref: main
|
||||
labels:
|
||||
- enhancement
|
||||
---
|
||||
# Feature Progress
|
||||
<!-- Describe the steps for implementing this feature in libconlang -->
|
||||
- [ ] <!-- 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
|
||||
|
||||
```
|
Loading…
Reference in New Issue
Block a user