Skip to content

Commit

Permalink
test (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes authored May 29, 2024
1 parent 30810a6 commit 8cb5914
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 11 deletions.
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These are supported funding model platforms

github: [wiiznokes] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: ["https://www.paypal.com/donate/?hosted_button_id=HV84HZ4G63HQ6"] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/blank_issue.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
name: Blank Issue (do not use this for bug reports or feature requests)
about: Create an issue with a blank template.
about: Create an issue with a blank template
---
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ about: Report a correctness issue or violated expectation
labels: bug
---

#### Bug Description:
#### Bug Description

#### Expected Result:
#### Expected Result

#### Steps to Reproduce:
#### Steps to Reproduce

#### Possible Solutions:
#### Possible Solutions (optional)

#### Possible Additional Information:
#### Possible Additional Information (optional)

#### Logs, Panic Messages, Stack Traces:
#### Logs
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ about: Request a feature
labels: enhancement
---

#### Use Case:
#### Use Case

#### Proposed Change:
#### Proposed Change

#### Who Benefits From The Change(s)?:
#### Who Benefits From The Change(s) ?

#### Alternative Approaches:
#### Alternative Approaches
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Please explain briefly what the PR does. It's not always obvious for maintainers.

Also, please check the case "allow edits by maintainers", this make it easy for maintainers to do a few commit before merging.

0 comments on commit 8cb5914

Please sign in to comment.