Skip to content

Commit 3115efe

Browse files
committed
chore(repo): move community docs into .github
- move CONTRIBUTING.md and CODE_OF_CONDUCT.md into .github - update README and PR template links - switch npm publish workflow to NPM_DEEPGRAM_TOKEN
1 parent a95acbb commit 3115efe

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

File renamed without changes.
File renamed without changes.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## Checklist
1313

14-
- [ ] I have read the [CONTRIBUTING](../CONTRIBUTING.md) guide
14+
- [ ] I have read the [CONTRIBUTING](./CONTRIBUTING.md) guide
1515
- [ ] Code builds cleanly (`bun run build`)
1616
- [ ] Tests pass (`bun run test`)
1717
- [ ] Documentation updated (if applicable)

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
- run: npm publish --provenance --access public
6060
working-directory: packages/react
6161
env:
62-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
62+
NODE_AUTH_TOKEN: ${{ secrets.NPM_DEEPGRAM_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ bun run dev # Watch-build
105105

106106
## Contributing
107107

108-
See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and guidelines.
108+
See [CONTRIBUTING.md](.github/CONTRIBUTING.md) for development setup and guidelines.
109109

110110
## License
111111

0 commit comments

Comments
 (0)