Sponsoring is optional.
This commit is contained in:
parent
0c8b18936f
commit
f97b2f4645
|
|
@ -112,8 +112,6 @@
|
|||
dest: "{{ role_path }}/{{ item.dest | default(item.source) }}"
|
||||
mode: "{{ item.mode | default('0644') }}"
|
||||
with_items:
|
||||
- source: feature_request.md
|
||||
dest: .github/ISSUE_TEMPLATE/feature_request.md
|
||||
- source: gitignore
|
||||
dest: .gitignore
|
||||
- source: yamllint
|
||||
|
|
@ -156,6 +154,8 @@
|
|||
dest: .github/FUNDING.yml
|
||||
- source: bug_report.md
|
||||
dest: .github/ISSUE_TEMPLATE/bug_report.md
|
||||
- source: feature_request.md
|
||||
dest: .github/ISSUE_TEMPLATE/feature_request.md
|
||||
loop_control:
|
||||
label: "{{ item.source }}"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ about: Suggest an idea for this project
|
|||
|
||||
---
|
||||
|
||||
## Proposed feature
|
||||
# Proposed feature
|
||||
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
|
|
@ -16,4 +16,6 @@ Why is this feature required?
|
|||
|
||||
Add any other context about the feature request here.
|
||||
|
||||
Please consider [sponsoring me](https://github.com/sponsors/robertdebock).
|
||||
{% if sponsored_message %}
|
||||
Please consider [sponsoring me](https://github.com/sponsors/{{ github_namespace }}).
|
||||
{% endif %}
|
||||
Loading…
Reference in New Issue