generated from ubiquity/ts-template
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Showing
1 changed file
with
7 additions
and
6 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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# `@ubiquity/ts-template` | ||
# `@ubiquibot/conversation-rewards` | ||
|
||
This template repository includes support for the following: | ||
This is intended to be the proper implementation of comment incentives, based on our learnings from the first go-around. | ||
|
||
- TypeScript | ||
- Environment Variables | ||
- Conventional Commits | ||
- Automatic deployment to Cloudflare Pages | ||
As of 28 February: test driven development to aggregate all necessary information based on a URL to an issue. | ||
- pass in closed as complete issue URL and receive all the timeline events and activities of all humans who helped close the issue as complete. | ||
- most importantly: this can inherit bot authentication and link pull requests to issues in private repositories. | ||
|
||
Be sure to review all *.test.* files for implementation details. |