Skip to content

Commit 1e84c32

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 93cecb8 + 2451508 commit 1e84c32

File tree

4 files changed

+58
-0
lines changed

4 files changed

+58
-0
lines changed

.github/FUNDING.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: wyzebb
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12+
polar: # Replace with a single Polar username
13+
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
14+
thanks_dev: # Replace with a single thanks.dev username
15+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report to help improve the plugin
4+
title: ''
5+
labels: bug
6+
assignees: Wyzebb
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear description of the bug.
12+
13+
**How To Reproduce**
14+
Steps to reproduce the bug:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Screenshots**
21+
If applicable, please add screenshots to help explain your problem.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Documentation change
3+
about: Request a change to the plugin's documentation
4+
title: ''
5+
labels: documentation
6+
assignees: Wyzebb
7+
8+
---
9+
10+
**Describe the change**
11+
A clear and concise description of what to add or change.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new feature or change
4+
title: ''
5+
labels: enhancement
6+
assignees: Wyzebb
7+
8+
---
9+
10+
**Describe the feature you would like to be added.**
11+
A clear description of the feature to be added.

0 commit comments

Comments
 (0)