Sponsoring is optional.

This commit is contained in:
Robert de Bock 2023-11-09 10:09:34 +01:00
parent 0c8b18936f
commit f97b2f4645
2 changed files with 6 additions and 4 deletions

View File

@ -112,8 +112,6 @@
dest: "{{ role_path }}/{{ item.dest | default(item.source) }}" dest: "{{ role_path }}/{{ item.dest | default(item.source) }}"
mode: "{{ item.mode | default('0644') }}" mode: "{{ item.mode | default('0644') }}"
with_items: with_items:
- source: feature_request.md
dest: .github/ISSUE_TEMPLATE/feature_request.md
- source: gitignore - source: gitignore
dest: .gitignore dest: .gitignore
- source: yamllint - source: yamllint
@ -156,6 +154,8 @@
dest: .github/FUNDING.yml dest: .github/FUNDING.yml
- source: bug_report.md - source: bug_report.md
dest: .github/ISSUE_TEMPLATE/bug_report.md dest: .github/ISSUE_TEMPLATE/bug_report.md
- source: feature_request.md
dest: .github/ISSUE_TEMPLATE/feature_request.md
loop_control: loop_control:
label: "{{ item.source }}" label: "{{ item.source }}"

View File

@ -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. 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. 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 %}