-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3edf3ca
commit 1c0a020
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Feature Request | ||
description: Suggest an idea to help us improve W&B | ||
title: "[Feature]: " | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Thanks :heart: for taking the time to fill out this feature request report!** | ||
Please first check if a similar feature request [already exists](https://github.com/astubenbord/paperless-mobile/labels/enhancement). If this is the case, give a thumbs up so we know what the community is most interested in! | ||
Want to contribute a new feature? Feel free to submit a PR! | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: | | ||
A clear and concise description of the feature you're interested in. | ||
validations: | ||
required: true |