Skip to content

Commit 8c44df4

Browse files
committed
docs(readme): Updated readme about the project now being self hosted instead of on glitch but still supporting them as Id like to move it back to them soon :). Also added option to help fund hosting and dev link to buymeacoffee.
1 parent 64ef41d commit 8c44df4

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
99
liberapay: # Replace with a single Liberapay username
1010
issuehunt: # Replace with a single IssueHunt username
1111
otechie: # Replace with a single Otechie username
12-
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
12+
custom: ["https://www.buymeacoffee.com/stilliard"]

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ By default, we mark the check as in_progress until all tasks pass and then it ma
5656

5757
## TODO
5858

59-
- [ ] unit tests & travis CI
59+
- [x] ~~unit tests & travis CI~~
6060
- [ ] Submit to https://github.com/probot/probot.github.io/blob/master/.github/app-review-process.md
6161
- [ ] Add config to allow changing from in_progress to completed but with a failure or neutral conclsion if needed -> https://probot.github.io/api/latest/classes/context.html#config
6262
- [ ] Finish docs, e.g. about using a .github/task-list.yml for above
@@ -67,9 +67,14 @@ For now, on Glitch you can click to "remix to edit" and then work on your own fo
6767
Then if you have ideas to bring over, you can submit an issue to discuss them or a pull request with the code changes.
6868
Thank you.
6969

70+
You can also help support the hosting and development of this project with coffee power:
71+
<a href="https://www.buymeacoffee.com/stilliard" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important;" ></a>
72+
7073
## Development for main repo
7174

72-
Code runs on Glitch, in the glitch page, click tools > console and then run `git pull origin master && refresh`.
75+
Code previous ran on Glitch, now it's self hosted.
76+
77+
For glitch deployments, on the glitch page, click tools > console and then run `git pull origin master && refresh`.
7378
Permission changes would need to be changed in the app on github.
7479

7580
## Security
@@ -80,14 +85,14 @@ No data about your user or repo is logged.
8085
If you discover a security issue please email it to myself at andrew@stapps.io and I will get back to you asap. For all other issues or help you can create an issue on this project - Thank you.
8186

8287
## Credits
83-
- [Glitch Probot](https://github.com/probot/probot) - Used to build this project
88+
- [Probot](https://github.com/probot/probot) - Used to build this project
8489
- [Glitch](https://glitch.com/) - Used as an online editor & to host the service
8590
- [WIP](https://github.com/wip/app) - Inspiration for this project
86-
- [Juliia Osadcha / iconfinder](https://www.iconfinder.com/icons/1790658/checklist_checkmark_clipboard_document_list_tracklist_icon) Icon used for this project
91+
- [Juliia Osadcha / iconfinder](https://www.iconfinder.com/icons/1790658/checklist_checkmark_clipboard_document_list_tracklist_icon) Icon used for this project
8792

8893
#### About Glitch
8994

90-
This repo is hosted with Glitch: https://glitch.com/edit/#!/task-list-completed
95+
This repo was started on Glitch: https://glitch.com/edit/#!/task-list-completed
9196

9297
**Glitch** is the friendly commmunity where you'll build the app of your dreams. Glitch lets you instantly create, remix, edit, and host an app, bot or site, and you can invite collaborators or helpers to simultaneously edit code with you.
9398

0 commit comments

Comments
 (0)