Skip to content

Commit

Permalink
Update and rename extension-request.md to extension-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SKevo18 committed Mar 22, 2023
1 parent d3f4c45 commit b576a29
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/extension-request.md

This file was deleted.

27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/extension-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Extension request
description: Request an existing Flarum extension.
labels: ["🙋 Extension/feature request"]
assignees:
- CWKevo
body:
- type: input
id: extension_url
attributes:
label: Extension URL
description: Enter an URL to the extension
placeholder: https://packagist.com/packages/...
validations:
required: true
- type: textarea
id: why
attributes:
label: Why should we install this extension?
description: Give us a brief explanation why should this extension be added to FreeFlarum
validations:
required: true
- type: markdown
attributes:
value: |
---
> ###### **Note**: All new extension requests require at least 5 upvotes (👍) before they can be added to FreeFlarum. If you are interested in this extension, please upvote this issue by adding the "👍" reaction to this comment. [Why?](https://discuss.flarum.org/d/7585/3828#:~:text=as%20a%20result%20of%20this%2C%20all%20extension%20requests%20must%20now%20provide%20a%20valid%20reason%20why%20should%20that%20extension%20be%20installed%2C%20and%20must%20have%20at%20least%205%20upvotes.%20Not%20following%20the%20template%20might%20result%20in%20your%20request%20being%20denied.)
---

0 comments on commit b576a29

Please sign in to comment.