You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ By default, we mark the check as in_progress until all tasks pass and then it ma
56
56
57
57
## TODO
58
58
59
-
-[ ]unit tests & travis CI
59
+
-[x]~~unit tests & travis CI~~
60
60
-[ ] Submit to https://github.com/probot/probot.github.io/blob/master/.github/app-review-process.md
61
61
-[ ] 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
62
62
-[ ] 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
67
67
Then if you have ideas to bring over, you can submit an issue to discuss them or a pull request with the code changes.
68
68
Thank you.
69
69
70
+
You can also help support the hosting and development of this project with coffee power:
71
+
<ahref="https://www.buymeacoffee.com/stilliard"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/default-orange.png"alt="Buy Me A Coffee"style="height: 51px!important;width: 217px!important;" ></a>
72
+
70
73
## Development for main repo
71
74
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`.
73
78
Permission changes would need to be changed in the app on github.
74
79
75
80
## Security
@@ -80,14 +85,14 @@ No data about your user or repo is logged.
80
85
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.
81
86
82
87
## 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
84
89
-[Glitch](https://glitch.com/) - Used as an online editor & to host the service
85
90
-[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
87
92
88
93
#### About Glitch
89
94
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
91
96
92
97
**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.
0 commit comments