Skip to content

Commit

Permalink
Merge pull request #70 from ArkhamCookie/update-todo
Browse files Browse the repository at this point in the history
Update todo
  • Loading branch information
ArkhamCookie authored Oct 10, 2023
2 parents de31a98 + 1bef1bc commit d212833
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
25 changes: 15 additions & 10 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

## Wordnik's API Coverage

- [ ] Setup project
- [x] Setup project
- [ ] roadmap
- [ ] checklist
- [ ] Coverage
- [x] checklist
- [x] Coverage

## [Continuous Integration](https://deno.land/manual/advanced/continuous_integration)

### Git Hooks

- [ ] [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks)
- [ ] [commitlint](https://commitlint.js.org)
- [ ] [git-good-commit](https://github.com/tommarshall/git-good-commit)
Expand Down Expand Up @@ -65,11 +67,11 @@

### JSDoc

- [ ] [jsdoc.json](https://jsdoc.app/about-configuring-jsdoc.html)
- [x] [jsdoc.json](https://jsdoc.app/about-configuring-jsdoc.html)
- [ ] [setup templates](https://jsdoc.app/about-configuring-default-template.html)
- [ ] css styling
- [ ] [setup tutorials](https://jsdoc.app/about-tutorials.html)
- [ ] [add examples](https://jsdoc.app/tags-example.html) (?)
- [x] [add examples](https://jsdoc.app/tags-example.html) (?)

### Documenation Site

Expand All @@ -87,13 +89,16 @@

#### [Templates](https://github.com/devspace/awesome-github-templates)

- [ ] [Issue templates](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms)
- [x] Issue config file
- [x] Bug report
- [ ] Support question (?)
- [x] Feature request
- [ ] [PR Templates](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository)

#### [Issue Templates](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms)

- [x] Issue config file
- [x] Bug report
- [x] Feature request

- [ ] Support question (?)

<!-- --- -->

[^1]: [inspiration](https://gist.github.com/KevinAst/7e12648245ff2a8e9c1557135014b933)
5 changes: 4 additions & 1 deletion lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ A [Deno](https://deno.land) library/module for [Wordnik](https://wordnik.com)'s

This module is very early in development and doesn't even have most of the api covered.

For the endpoints currently covered, see [coverage](/docs/coverage.md).
### Endpoint Coverage

For the endpoints currently covered, see [coverage](/docs/coverage.md)
or the [API Coverage Board](https://github.com/users/ArkhamCookie/projects/4/views/3) in the [deno-wordnik Project](https://github.com/users/ArkhamCookie/projects/4).

## Contributing

Expand Down

0 comments on commit d212833

Please sign in to comment.