-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3366560
commit 5c43a50
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
custom: ["https://buymeacoffee.com/aetherinox"] | ||
github: # [repo-name, aetherinox] | ||
patreon: # Replace with a single Patreon username | ||
open_collective: # name | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<!-- | ||
Pull Request | ||
Ensure you read all of the sections carefully. Failure to fill this form out will result in your pull request being closed. | ||
This text will remain hidden when you submit your pull request. | ||
For your pull request title, use the format: | ||
[BUG]: Brief title of the bug being fixed | ||
[FEATURE]: Brief title of the feature being added | ||
[DOCS]: Brief title of the feature being added | ||
Failure to follow the above title format will result in your PR being ignored. | ||
--> | ||
|
||
# Pull Request | ||
<small>Select which topic best describes your contribution:</small> | ||
|
||
- [ ] Feature | ||
- [ ] Bug | ||
- [ ] Documentation / Wiki | ||
|
||
--- | ||
|
||
<!----------------------------------------------------------------------> | ||
<br /> | ||
<!----------------------------------------------------------------------> | ||
|
||
|
||
### Description | ||
<small>Explain here what your pull request includes and what you've done</small> | ||
|
||
|
||
<!----------------------------------------------------------------------> | ||
<br /> | ||
|
||
--- | ||
|
||
<br /> | ||
<!----------------------------------------------------------------------> | ||
|
||
### Before You Submit | ||
<small>Please ensure you check the following items to indicate that you've read this section and completed each task</small> | ||
|
||
- [ ] My code follows the [Contribution Guidelines](https://github.com/Aetherinox/ntfy-desktop/blob/main/CONTRIBUTING.md) | ||
- [ ] I give expressed consent for my work to be used in this repo | ||
- [ ] I have tested my work and it functions as intended | ||
- [ ] I have included documentation if the change requires such |